Html Css Color HEX #C666CA Fuchsia

📋 copy color: '#C666CA'

red 198 ◦ green 102 ◦ blue 202

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

Shades of Fuchsia #C666CA

Tints of Fuchsia #C666CA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.32%

 BLUE value IS 202 (79.3% from 255) = 40.24%

R = 39.44%
G = 20.32%
B = 40.24%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C666CA (or 0xC666CA) is known color: Fuchsia. HEX triplet: C6, 66 and CA. RGB value is (198,102,202). Sum of RGB (Red+Green+Blue) = 198+102+202=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #C666CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C666CA is #399935. Grayscale: #8D8D8D. Windows color (decimal): -3774774 or 13264582. OLE color: 13264582.

HSL color Cylindrical-coordinate representation of color #C666CA: hue angle of 297.6º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C666CA is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 198 102 202 -
CMYK 0.02 0.50 0 0.21
HSL 297.6º 0.49% 0.6% -
HSV(B) 297.6º 0.5% 0.79% -
XYZ 38.7 25.77 58.81 -
YUV 142.1 161.8 167.87 -
System Red Green Blue C M Y K H S L
Decimal 198 102 202 0.02 0.50 0 0.21 297.6 0.49 0.6
Hex C6 66 CA 2 32 0 15 12A 31 3C
Octal 306 146 312 2 62 0 25 452 61 74
Binary 11000110 1100110 11001010 10 110010 0 10101 100101010 110001 111100

Color Harmonies of #C666CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C666CA

Black with #C666CA

Text Example


Text Example

White with #C666CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C666CA; }

 p { color: rgb(198,102,202); }

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

background-color css

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

 a { background-color: rgb(198,102,202); }

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

border-color css

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

 span { border-color: rgb(198,102,202); }

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