#C42BD4

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

Shades of Medium Orchid #C42BD4

Tints of Medium Orchid #C42BD4

Color information

#C42BD4 (or 0xC42BD4) is unknown color: approx Medium Orchid. HEX triplet: C4, 2B and D4. RGB value is (196,43,212). Sum of RGB (Red+Green+Blue) = 196+43+212=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 43 (17.19% from 255 or 9.53% from 451); Blue value is 212 (83.20% from 255 or 47.01% from 451); Max value from RGB is 212 - color contains mainly: blue. Hex color #C42BD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42BD4 is #3BD42B. Grayscale: #6B6B6B. Windows color (decimal): -3920940 or 13904836. OLE color: 13904836.

HSL color Cylindrical-coordinate representation of color #C42BD4: hue angle of 294.32º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42BD4 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19643212-
CMYK0.080.8000.17
HSL294.32º66.27%50%-
HSV(B)294.32º79.72%83.14%-
XYZ35.5118.2263.93-
YUV108.01186.69190.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.46%
GREEN value IS 43 (17.19% from 255) = 9.53%
BLUE value IS 212 (83.20% from 255) = 47.01%
R=43.46%
G=9.53%
B=47.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal196432120.080.8000.17294.3266.2750
HexC42BD48500111264232
Octal304533241012002144610262
Binary1100010010101111010100100010100000100011001001101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42BD4; }

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

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

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

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

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

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

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

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