#C43CE6

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

Shades of Medium Orchid #C43CE6

Tints of Medium Orchid #C43CE6

Color information

#C43CE6 (or 0xC43CE6) is unknown color: approx Medium Orchid. HEX triplet: C4, 3C and E6. RGB value is (196,60,230). Sum of RGB (Red+Green+Blue) = 196+60+230=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 60 (23.83% from 255 or 12.35% from 486); Blue value is 230 (90.23% from 255 or 47.33% from 486); Max value from RGB is 230 - color contains mainly: blue. Hex color #C43CE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43CE6 is #3BC319. Grayscale: #777777. Windows color (decimal): -3916570 or 15088836. OLE color: 15088836.

HSL color Cylindrical-coordinate representation of color #C43CE6: hue angle of 288º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C43CE6 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB19660230-
CMYK0.150.7400.10
HSL288º77.27%56.86%-
HSV(B)288º73.91%90.2%-
XYZ38.6620.6876.82-
YUV120.04190.06182.18-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.33%
GREEN value IS 60 (23.83% from 255) = 12.35%
BLUE value IS 230 (90.23% from 255) = 47.33%
R=40.33%
G=12.35%
B=47.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal196602300.150.7400.1028877.2756.86
HexC43CE6F4A0A1204d39
Octal304743461711201244011571
Binary110001001111001110011011111001010010101001000001001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43CE6; }

 p { color: rgb(196,60,230); }

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

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

 a { background-color: rgb(196,60,230); }

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

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

 span { border-color: rgb(196,60,230); }

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