Html Css Color HEX #C865BB Fuchsia

📋 copy color: '#C865BB'

red 200 ◦ green 101 ◦ blue 187

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

Shades of Fuchsia #C865BB

Tints of Fuchsia #C865BB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.7%

 BLUE value IS 187 (73.44% from 255) = 38.32%

R = 40.98%
G = 20.7%
B = 38.32%

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

#C865BB (or 0xC865BB) is known color: Fuchsia. HEX triplet: C8, 65 and BB. RGB value is (200,101,187). Sum of RGB (Red+Green+Blue) = 200+101+187=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C865BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C865BB is #379A44. Grayscale: #8C8C8C. Windows color (decimal): -3643973 or 12281288. OLE color: 12281288.

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

Color convert

RGB 200 101 187 -
CMYK 0 0.49 0.06 0.22
HSL 307.88º 0.47% 0.59% -
HSV(B) 307.88º 0.5% 0.78% -
XYZ 37.44 25.17 49.9 -
YUV 140.41 154.3 170.51 -
System Red Green Blue C M Y K H S L
Decimal 200 101 187 0 0.49 0.06 0.22 307.88 0.47 0.59
Hex C8 65 BB 0 31 6 16 134 2F 3B
Octal 310 145 273 0 61 6 26 464 57 73
Binary 11001000 1100101 10111011 0 110001 110 10110 100110100 101111 111011

Color Harmonies of #C865BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C865BB

Black with #C865BB

Text Example


Text Example

White with #C865BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C865BB; }

 p { color: rgb(200,101,187); }

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

background-color css

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

 a { background-color: rgb(200,101,187); }

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

border-color css

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

 span { border-color: rgb(200,101,187); }

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