Html Css Color HEX #C866BD Fuchsia

📋 copy color: '#C866BD'

red 200 ◦ green 102 ◦ blue 189

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

Shades of Fuchsia #C866BD

Tints of Fuchsia #C866BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.49%

R = 40.73%
G = 20.77%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C866BD (or 0xC866BD) is known color: Fuchsia. HEX triplet: C8, 66 and BD. RGB value is (200,102,189). Sum of RGB (Red+Green+Blue) = 200+102+189=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C866BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C866BD is #379942. Grayscale: #8C8C8C. Windows color (decimal): -3643715 or 12412616. OLE color: 12412616.

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

Color convert

RGB 200 102 189 -
CMYK 0 0.49 0.06 0.22
HSL 306.73º 0.47% 0.59% -
HSV(B) 306.73º 0.49% 0.78% -
XYZ 37.76 25.46 51.07 -
YUV 141.22 154.97 169.93 -
System Red Green Blue C M Y K H S L
Decimal 200 102 189 0 0.49 0.06 0.22 306.73 0.47 0.59
Hex C8 66 BD 0 31 6 16 133 2F 3B
Octal 310 146 275 0 61 6 26 463 57 73
Binary 11001000 1100110 10111101 0 110001 110 10110 100110011 101111 111011

Color Harmonies of #C866BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C866BD

Black with #C866BD

Text Example


Text Example

White with #C866BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C866BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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