#C43BD4

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

Shades of Medium Orchid #C43BD4

Tints of Medium Orchid #C43BD4

Color information

#C43BD4 (or 0xC43BD4) is unknown color: approx Medium Orchid. HEX triplet: C4, 3B and D4. RGB value is (196,59,212). Sum of RGB (Red+Green+Blue) = 196+59+212=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 59 (23.44% from 255 or 12.63% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 212 - color contains mainly: blue. Hex color #C43BD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43BD4 is #3BC42B. Grayscale: #747474. Windows color (decimal): -3916844 or 13908932. OLE color: 13908932.

HSL color Cylindrical-coordinate representation of color #C43BD4: hue angle of 293.73º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C43BD4 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19659212-
CMYK0.080.7200.17
HSL293.73º64.02%53.14%-
HSV(B)293.73º72.17%83.14%-
XYZ36.2119.6264.17-
YUV117.4181.39184.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.97%
GREEN value IS 59 (23.44% from 255) = 12.63%
BLUE value IS 212 (83.20% from 255) = 45.40%
R=41.97%
G=12.63%
B=45.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal196592120.080.7200.17293.7364.0253.14
HexC43BD48480111264035
Octal304733241011002144610065
Binary1100010011101111010100100010010000100011001001101000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43BD4; }

 p { color: rgb(196,59,212); }

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

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

 a { background-color: rgb(196,59,212); }

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

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

 span { border-color: rgb(196,59,212); }

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