Html Css Color HEX #C66DBE Fuchsia

📋 copy color: '#C66DBE'

red 198 ◦ green 109 ◦ blue 190

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

Shades of Fuchsia #C66DBE

Tints of Fuchsia #C66DBE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.93%

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

R = 39.84%
G = 21.93%
B = 38.23%

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

#C66DBE (or 0xC66DBE) is known color: Fuchsia. HEX triplet: C6, 6D and BE. RGB value is (198,109,190). Sum of RGB (Red+Green+Blue) = 198+109+190=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 198 - color contains mainly: red. Hex color #C66DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66DBE is #399241. Grayscale: #909090. Windows color (decimal): -3772994 or 12479942. OLE color: 12479942.

HSL color Cylindrical-coordinate representation of color #C66DBE: hue angle of 305.39º 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 #C66DBE is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 109 190 -
CMYK 0 0.45 0.04 0.22
HSL 305.39º 0.44% 0.6% -
HSV(B) 305.39º 0.45% 0.78% -
XYZ 38.05 26.66 51.86 -
YUV 144.85 153.49 165.91 -
System Red Green Blue C M Y K H S L
Decimal 198 109 190 0 0.45 0.04 0.22 305.39 0.44 0.6
Hex C6 6D BE 0 2D 4 16 131 2C 3C
Octal 306 155 276 0 55 4 26 461 54 74
Binary 11000110 1101101 10111110 0 101101 100 10110 100110001 101100 111100

Color Harmonies of #C66DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66DBE

Black with #C66DBE

Text Example


Text Example

White with #C66DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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