Html Css Color HEX #C860CC Fuchsia

📋 copy color: '#C860CC'

red 200 ◦ green 96 ◦ blue 204

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

Shades of Fuchsia #C860CC

Tints of Fuchsia #C860CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.8%

R = 40%
G = 19.2%
B = 40.8%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C860CC (or 0xC860CC) is known color: Fuchsia. HEX triplet: C8, 60 and CC. RGB value is (200,96,204). Sum of RGB (Red+Green+Blue) = 200+96+204=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 96 (37.89% from 255 or 19.2% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #C860CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C860CC is #379F33. Grayscale: #8B8B8B. Windows color (decimal): -3645236 or 13394120. OLE color: 13394120.

HSL color Cylindrical-coordinate representation of color #C860CC: hue angle of 297.78º 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 #C860CC is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 200 96 204 -
CMYK 0.02 0.53 0 0.2
HSL 297.78º 0.51% 0.59% -
HSV(B) 297.78º 0.53% 0.8% -
XYZ 38.9 25 59.9 -
YUV 139.41 164.46 171.22 -
System Red Green Blue C M Y K H S L
Decimal 200 96 204 0.02 0.53 0 0.2 297.78 0.51 0.59
Hex C8 60 CC 2 35 0 14 12A 33 3B
Octal 310 140 314 2 65 0 24 452 63 73
Binary 11001000 1100000 11001100 10 110101 0 10100 100101010 110011 111011

Color Harmonies of #C860CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C860CC

Black with #C860CC

Text Example


Text Example

White with #C860CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C860CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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