Html Css Color HEX #C860CB Fuchsia

📋 copy color: '#C860CB'

red 200 ◦ green 96 ◦ blue 203

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

Shades of Fuchsia #C860CB

Tints of Fuchsia #C860CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.68%

R = 40.08%
G = 19.24%
B = 40.68%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C860CB (or 0xC860CB) is known color: Fuchsia. HEX triplet: C8, 60 and CB. RGB value is (200,96,203). Sum of RGB (Red+Green+Blue) = 200+96+203=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 96 (37.89% from 255 or 19.24% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #C860CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C860CB is #379F34. Grayscale: #8A8A8A. Windows color (decimal): -3645237 or 13328584. OLE color: 13328584.

HSL color Cylindrical-coordinate representation of color #C860CB: hue angle of 298.32º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C860CB is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 96 203 -
CMYK 0.01 0.53 0 0.20
HSL 298.32º 0.51% 0.59% -
HSV(B) 298.32º 0.53% 0.8% -
XYZ 38.78 24.96 59.27 -
YUV 139.29 163.96 171.3 -
System Red Green Blue C M Y K H S L
Decimal 200 96 203 0.01 0.53 0 0.20 298.32 0.51 0.59
Hex C8 60 CB 1 35 0 14 12A 33 3B
Octal 310 140 313 1 65 0 24 452 63 73
Binary 11001000 1100000 11001011 1 110101 0 10100 100101010 110011 111011

Color Harmonies of #C860CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C860CB

Black with #C860CB

Text Example


Text Example

White with #C860CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C860CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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