Html Css Color HEX #C666CE Fuchsia

📋 copy color: '#C666CE'

red 198 ◦ green 102 ◦ blue 206

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

Shades of Fuchsia #C666CE

Tints of Fuchsia #C666CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.71%

R = 39.13%
G = 20.16%
B = 40.71%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C666CE (or 0xC666CE) is known color: Fuchsia. HEX triplet: C6, 66 and CE. RGB value is (198,102,206). Sum of RGB (Red+Green+Blue) = 198+102+206=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 102 (40.23% from 255 or 20.16% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #C666CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C666CE is #399931. Grayscale: #8E8E8E. Windows color (decimal): -3774770 or 13526726. OLE color: 13526726.

HSL color Cylindrical-coordinate representation of color #C666CE: hue angle of 295.38º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C666CE is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 102 206 -
CMYK 0.04 0.50 0 0.19
HSL 295.38º 0.51% 0.6% -
HSV(B) 295.38º 0.5% 0.81% -
XYZ 39.18 25.96 61.34 -
YUV 142.56 163.8 167.54 -
System Red Green Blue C M Y K H S L
Decimal 198 102 206 0.04 0.50 0 0.19 295.38 0.51 0.6
Hex C6 66 CE 4 32 0 13 127 33 3C
Octal 306 146 316 4 62 0 23 447 63 74
Binary 11000110 1100110 11001110 100 110010 0 10011 100100111 110011 111100

Color Harmonies of #C666CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C666CE

Black with #C666CE

Text Example


Text Example

White with #C666CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C666CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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