Html Css Color HEX #C865BE Fuchsia

📋 copy color: '#C865BE'

red 200 ◦ green 101 ◦ blue 190

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

Shades of Fuchsia #C865BE

Tints of Fuchsia #C865BE

RGB

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

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

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

R = 40.73%
G = 20.57%
B = 38.7%

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

#C865BE (or 0xC865BE) is known color: Fuchsia. HEX triplet: C8, 65 and BE. RGB value is (200,101,190). Sum of RGB (Red+Green+Blue) = 200+101+190=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C865BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C865BE is #379A41. Grayscale: #8C8C8C. Windows color (decimal): -3643970 or 12477896. OLE color: 12477896.

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

Color convert

RGB 200 101 190 -
CMYK 0 0.49 0.05 0.22
HSL 306.06º 0.47% 0.59% -
HSV(B) 306.06º 0.5% 0.78% -
XYZ 37.77 25.3 51.61 -
YUV 140.75 155.8 170.26 -
System Red Green Blue C M Y K H S L
Decimal 200 101 190 0 0.49 0.05 0.22 306.06 0.47 0.59
Hex C8 65 BE 0 31 5 16 132 2F 3B
Octal 310 145 276 0 61 5 26 462 57 73
Binary 11001000 1100101 10111110 0 110001 101 10110 100110010 101111 111011

Color Harmonies of #C865BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C865BE

Black with #C865BE

Text Example


Text Example

White with #C865BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C865BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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