Html Css Color HEX #C666BE Fuchsia

📋 copy color: '#C666BE'

red 198 ◦ green 102 ◦ blue 190

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

Shades of Fuchsia #C666BE

Tints of Fuchsia #C666BE

RGB

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

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

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

R = 40.41%
G = 20.82%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C666BE (or 0xC666BE) is known color: Fuchsia. HEX triplet: C6, 66 and BE. RGB value is (198,102,190). Sum of RGB (Red+Green+Blue) = 198+102+190=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C666BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C666BE is #399941. Grayscale: #8C8C8C. Windows color (decimal): -3774786 or 12478150. OLE color: 12478150.

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

Color convert

RGB 198 102 190 -
CMYK 0 0.48 0.04 0.22
HSL 305º 0.46% 0.59% -
HSV(B) 305º 0.48% 0.78% -
XYZ 37.33 25.23 51.62 -
YUV 140.74 155.8 168.84 -
System Red Green Blue C M Y K H S L
Decimal 198 102 190 0 0.48 0.04 0.22 305 0.46 0.59
Hex C6 66 BE 0 30 4 16 131 2E 3B
Octal 306 146 276 0 60 4 26 461 56 73
Binary 11000110 1100110 10111110 0 110000 100 10110 100110001 101110 111011

Color Harmonies of #C666BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C666BE

Black with #C666BE

Text Example


Text Example

White with #C666BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C666BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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