Html Css Color HEX #C866BE Fuchsia

📋 copy color: '#C866BE'

red 200 ◦ green 102 ◦ blue 190

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

Shades of Fuchsia #C866BE

Tints of Fuchsia #C866BE

RGB

 RED value IS 200 (78.52% from 255) = 40.65%

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

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

R = 40.65%
G = 20.73%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C866BE (or 0xC866BE) is known color: Fuchsia. HEX triplet: C8, 66 and BE. RGB value is (200,102,190). Sum of RGB (Red+Green+Blue) = 200+102+190=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 102 (40.23% from 255 or 20.73% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C866BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C866BE is #379941. Grayscale: #8D8D8D. Windows color (decimal): -3643714 or 12478152. OLE color: 12478152.

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

Color convert

RGB 200 102 190 -
CMYK 0 0.49 0.05 0.22
HSL 306.12º 0.47% 0.59% -
HSV(B) 306.12º 0.49% 0.78% -
XYZ 37.87 25.5 51.64 -
YUV 141.33 155.47 169.84 -
System Red Green Blue C M Y K H S L
Decimal 200 102 190 0 0.49 0.05 0.22 306.12 0.47 0.59
Hex C8 66 BE 0 31 5 16 132 2F 3B
Octal 310 146 276 0 61 5 26 462 57 73
Binary 11001000 1100110 10111110 0 110001 101 10110 100110010 101111 111011

Color Harmonies of #C866BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C866BE

Black with #C866BE

Text Example


Text Example

White with #C866BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C866BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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