Html Css Color HEX #C65AC0 Fuchsia

📋 copy color: '#C65AC0'

red 198 ◦ green 90 ◦ blue 192

#C65AC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C65AC0

Tints of Fuchsia #C65AC0

RGB

 RED value IS 198 (77.73% from 255) = 41.25%

 GREEN value IS 90 (35.55% from 255) = 18.75%

 BLUE value IS 192 (75.39% from 255) = 40%

R = 41.25%
G = 18.75%
B = 40%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C65AC0 (or 0xC65AC0) is known color: Fuchsia. HEX triplet: C6, 5A and C0. RGB value is (198,90,192). Sum of RGB (Red+Green+Blue) = 198+90+192=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 90 (35.55% from 255 or 18.75% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 198 - color contains mainly: red. Hex color #C65AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65AC0 is #39A53F. Grayscale: #858585. Windows color (decimal): -3777856 or 12606150. OLE color: 12606150.

HSL color Cylindrical-coordinate representation of color #C65AC0: hue angle of 303.33º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C65AC0 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 90 192 -
CMYK 0 0.55 0.03 0.22
HSL 303.33º 0.49% 0.56% -
HSV(B) 303.33º 0.55% 0.78% -
XYZ 36.46 23.12 52.41 -
YUV 133.92 160.78 173.71 -
System Red Green Blue C M Y K H S L
Decimal 198 90 192 0 0.55 0.03 0.22 303.33 0.49 0.56
Hex C6 5A C0 0 37 3 16 12F 31 38
Octal 306 132 300 0 67 3 26 457 61 70
Binary 11000110 1011010 11000000 0 110111 11 10110 100101111 110001 111000

Color Harmonies of #C65AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65AC0

Black with #C65AC0

Text Example


Text Example

White with #C65AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65AC0; }

 p { color: rgb(198,90,192); }

 H1.HeaderClassName
 {
   color: #C65AC0;
 }
 .AnyTagClassName
 {
   color: #C65AC0;
 }
</style>

background-color css

<style>
 a { background-color: #C65AC0; }

 a { background-color: rgb(198,90,192); }

 div.DivClassName
 {
   background-color: #C65AC0;
 }
 .BgClassName
 {
   background-color: #C65AC0;
 }
</style>

border-color css

<style>
 span { border-color: #C65AC0; }

 span { border-color: rgb(198,90,192); }

 td.TdClassName
 {
   border-color: #C65AC0;
 }
 .TagClassName
 {
   border-color: #C65AC0;
 }
</style>