#C866CD

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

Shades of Fuchsia #C866CD

Tints of Fuchsia #C866CD

Color information

#C866CD (or 0xC866CD) is unknown color: approx Fuchsia. HEX triplet: C8, 66 and CD. RGB value is (200,102,205). Sum of RGB (Red+Green+Blue) = 200+102+205=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 102 (40.23% from 255 or 20.12% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #C866CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C866CD is #379932. Grayscale: #8E8E8E. Windows color (decimal): -3643699 or 13461192. OLE color: 13461192.

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

Color convert

RGB200102205-
CMYK0.020.5000.20
HSL297.09º50.74%60.2%-
HSV(B)297.09º50.24%80.39%-
XYZ39.5926.1960.73-
YUV143.04162.97168.62-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.45%
GREEN value IS 102 (40.23% from 255) = 20.12%
BLUE value IS 205 (80.47% from 255) = 40.43%
R=39.45%
G=20.12%
B=40.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2001022050.020.5000.20297.0950.7460.2
HexC866CD232014129333c
Octal3101463152620244516374
Binary1100100011001101100110110110010010100100101001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C866CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C866CD; }

 p { color: rgb(200,102,205); }

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

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

 a { background-color: rgb(200,102,205); }

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

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

 span { border-color: rgb(200,102,205); }

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