Html Css Color HEX #C666CD Fuchsia

📋 copy color: '#C666CD'

red 198 ◦ green 102 ◦ blue 205

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

Shades of Fuchsia #C666CD

Tints of Fuchsia #C666CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.59%

R = 39.21%
G = 20.2%
B = 40.59%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C666CD (or 0xC666CD) is known color: Fuchsia. HEX triplet: C6, 66 and CD. RGB value is (198,102,205). Sum of RGB (Red+Green+Blue) = 198+102+205=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 102 (40.23% from 255 or 20.20% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #C666CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C666CD is #399932. Grayscale: #8E8E8E. Windows color (decimal): -3774771 or 13461190. OLE color: 13461190.

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

Color convert

RGB 198 102 205 -
CMYK 0.03 0.50 0 0.20
HSL 295.92º 0.51% 0.6% -
HSV(B) 295.92º 0.5% 0.8% -
XYZ 39.06 25.92 60.7 -
YUV 142.45 163.3 167.62 -
System Red Green Blue C M Y K H S L
Decimal 198 102 205 0.03 0.50 0 0.20 295.92 0.51 0.6
Hex C6 66 CD 3 32 0 14 128 33 3C
Octal 306 146 315 3 62 0 24 450 63 74
Binary 11000110 1100110 11001101 11 110010 0 10100 100101000 110011 111100

Color Harmonies of #C666CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C666CD

Black with #C666CD

Text Example


Text Example

White with #C666CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C666CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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