Html Css Color HEX #C860CE Fuchsia

📋 copy color: '#C860CE'

red 200 ◦ green 96 ◦ blue 206

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

Shades of Fuchsia #C860CE

Tints of Fuchsia #C860CE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.12%

 BLUE value IS 206 (80.86% from 255) = 41.04%

R = 39.84%
G = 19.12%
B = 41.04%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C860CE (or 0xC860CE) is known color: Fuchsia. HEX triplet: C8, 60 and CE. RGB value is (200,96,206). Sum of RGB (Red+Green+Blue) = 200+96+206=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 96 (37.89% from 255 or 19.12% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #C860CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C860CE is #379F31. Grayscale: #8B8B8B. Windows color (decimal): -3645234 or 13525192. OLE color: 13525192.

HSL color Cylindrical-coordinate representation of color #C860CE: hue angle of 296.73º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C860CE is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 96 206 -
CMYK 0.03 0.53 0 0.19
HSL 296.73º 0.53% 0.59% -
HSV(B) 296.73º 0.53% 0.81% -
XYZ 39.14 25.1 61.17 -
YUV 139.64 165.46 171.06 -
System Red Green Blue C M Y K H S L
Decimal 200 96 206 0.03 0.53 0 0.19 296.73 0.53 0.59
Hex C8 60 CE 3 35 0 13 129 35 3B
Octal 310 140 316 3 65 0 23 451 65 73
Binary 11001000 1100000 11001110 11 110101 0 10011 100101001 110101 111011

Color Harmonies of #C860CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C860CE

Black with #C860CE

Text Example


Text Example

White with #C860CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C860CE; }

 p { color: rgb(200,96,206); }

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

background-color css

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

 a { background-color: rgb(200,96,206); }

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

border-color css

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

 span { border-color: rgb(200,96,206); }

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