Html Css Color HEX #C66CBE Fuchsia

📋 copy color: '#C66CBE'

red 198 ◦ green 108 ◦ blue 190

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

Shades of Fuchsia #C66CBE

Tints of Fuchsia #C66CBE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.77%

 BLUE value IS 190 (74.61% from 255) = 38.31%

R = 39.92%
G = 21.77%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C66CBE (or 0xC66CBE) is known color: Fuchsia. HEX triplet: C6, 6C and BE. RGB value is (198,108,190). Sum of RGB (Red+Green+Blue) = 198+108+190=496 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.92% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 198 - color contains mainly: red. Hex color #C66CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66CBE is #399341. Grayscale: #909090. Windows color (decimal): -3773250 or 12479686. OLE color: 12479686.

HSL color Cylindrical-coordinate representation of color #C66CBE: hue angle of 305.33º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C66CBE is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 108 190 -
CMYK 0 0.45 0.04 0.22
HSL 305.33º 0.44% 0.6% -
HSV(B) 305.33º 0.45% 0.78% -
XYZ 37.95 26.45 51.82 -
YUV 144.26 153.82 166.33 -
System Red Green Blue C M Y K H S L
Decimal 198 108 190 0 0.45 0.04 0.22 305.33 0.44 0.6
Hex C6 6C BE 0 2D 4 16 131 2C 3C
Octal 306 154 276 0 55 4 26 461 54 74
Binary 11000110 1101100 10111110 0 101101 100 10110 100110001 101100 111100

Color Harmonies of #C66CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66CBE

Black with #C66CBE

Text Example


Text Example

White with #C66CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66CBE; }

 p { color: rgb(198,108,190); }

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

background-color css

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

 a { background-color: rgb(198,108,190); }

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

border-color css

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

 span { border-color: rgb(198,108,190); }

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