#C868CA

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

Shades of Fuchsia #C868CA

Tints of Fuchsia #C868CA

Color information

#C868CA (or 0xC868CA) is unknown color: approx Fuchsia. HEX triplet: C8, 68 and CA. RGB value is (200,104,202). Sum of RGB (Red+Green+Blue) = 200+104+202=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #C868CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C868CA is #379735. Grayscale: #8F8F8F. Windows color (decimal): -3643190 or 13265096. OLE color: 13265096.

HSL color Cylindrical-coordinate representation of color #C868CA: hue angle of 298.78º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C868CA is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB200104202-
CMYK0.010.4900.21
HSL298.78º48.04%60%-
HSV(B)298.78º48.51%79.22%-
XYZ39.4326.4458.9-
YUV143.88160.8168.03-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.53%
GREEN value IS 104 (41.02% from 255) = 20.55%
BLUE value IS 202 (79.30% from 255) = 39.92%
R=39.53%
G=20.55%
B=39.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2001042020.010.4900.21298.7848.0460
HexC868CA13101512b303c
Octal3101503121610254536074
Binary110010001101000110010101110001010101100101011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C868CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C868CA; }

 p { color: rgb(200,104,202); }

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

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

 a { background-color: rgb(200,104,202); }

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

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

 span { border-color: rgb(200,104,202); }

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