#C83DCD

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

Shades of Fuchsia #C83DCD

Tints of Fuchsia #C83DCD

Color information

#C83DCD (or 0xC83DCD) is unknown color: approx Fuchsia. HEX triplet: C8, 3D and CD. RGB value is (200,61,205). Sum of RGB (Red+Green+Blue) = 200+61+205=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 61 (24.22% from 255 or 13.09% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #C83DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83DCD is #37C232. Grayscale: #767676. Windows color (decimal): -3654195 or 13450696. OLE color: 13450696.

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

Color convert

RGB20061205-
CMYK0.020.7000.20
HSL297.92º59.02%52.16%-
HSV(B)297.92º70.24%80.39%-
XYZ36.5120.0259.7-
YUV118.98176.55185.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.92%
GREEN value IS 61 (24.22% from 255) = 13.09%
BLUE value IS 205 (80.47% from 255) = 43.99%
R=42.92%
G=13.09%
B=43.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal200612050.020.7000.20297.9259.0252.16
HexC83DCD24601412a3b34
Octal3107531521060244527364
Binary1100100011110111001101101000110010100100101010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83DCD; }

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

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

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

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

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

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

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

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