#C863CD

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

Shades of Fuchsia #C863CD

Tints of Fuchsia #C863CD

Color information

#C863CD (or 0xC863CD) is unknown color: approx Fuchsia. HEX triplet: C8, 63 and CD. RGB value is (200,99,205). Sum of RGB (Red+Green+Blue) = 200+99+205=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 99 (39.06% from 255 or 19.64% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #C863CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C863CD is #379C32. Grayscale: #8C8C8C. Windows color (decimal): -3644467 or 13460424. OLE color: 13460424.

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

Color convert

RGB20099205-
CMYK0.020.5200.20
HSL297.17º51.46%59.61%-
HSV(B)297.17º51.71%80.39%-
XYZ39.325.6160.63-
YUV141.28163.96169.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.68%
GREEN value IS 99 (39.06% from 255) = 19.64%
BLUE value IS 205 (80.47% from 255) = 40.67%
R=39.68%
G=19.64%
B=40.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal200992050.020.5200.20297.1751.4659.61
HexC863CD234014129333c
Octal3101433152640244516374
Binary1100100011000111100110110110100010100100101001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C863CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C863CD; }

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

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

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

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

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

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

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

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