#C864CB

Color #C864CB Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C864CB

Tints of Fuchsia #C864CB

Color information

#C864CB (or 0xC864CB) is unknown color: approx Fuchsia. HEX triplet: C8, 64 and CB. RGB value is (200,100,203). Sum of RGB (Red+Green+Blue) = 200+100+203=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 100 (39.45% from 255 or 19.88% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #C864CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C864CB is #379B34. Grayscale: #8D8D8D. Windows color (decimal): -3644213 or 13329608. OLE color: 13329608.

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

Color convert

RGB200100203-
CMYK0.010.5100.20
HSL298.25º49.76%59.41%-
HSV(B)298.25º50.74%79.61%-
XYZ39.1625.7159.4-
YUV141.64162.63169.62-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.76%
GREEN value IS 100 (39.45% from 255) = 19.88%
BLUE value IS 203 (79.69% from 255) = 40.36%
R=39.76%
G=19.88%
B=40.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2001002030.010.5100.20298.2549.7659.41
HexC864CB13301412a323b
Octal3101443131630244526273
Binary110010001100100110010111110011010100100101010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C864CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C864CB; }

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

 H1.HeaderClassName
 {
   color: #C864CB;
 }
 .AnyTagClassName
 {
   color: #C864CB;
 }
</style>
background-color css

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

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

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

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

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

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