#C42BD1

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

Shades of Medium Orchid #C42BD1

Tints of Medium Orchid #C42BD1

Color information

#C42BD1 (or 0xC42BD1) is unknown color: approx Medium Orchid. HEX triplet: C4, 2B and D1. RGB value is (196,43,209). Sum of RGB (Red+Green+Blue) = 196+43+209=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 43 (17.19% from 255 or 9.60% from 448); Blue value is 209 (82.03% from 255 or 46.65% from 448); Max value from RGB is 209 - color contains mainly: blue. Hex color #C42BD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42BD1 is #3BD42E. Grayscale: #6B6B6B. Windows color (decimal): -3920943 or 13708228. OLE color: 13708228.

HSL color Cylindrical-coordinate representation of color #C42BD1: hue angle of 295.3º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C42BD1 is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19643209-
CMYK0.060.7900.18
HSL295.3º65.87%49.41%-
HSV(B)295.3º79.43%81.96%-
XYZ35.1418.0761.96-
YUV107.67185.19191-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.75%
GREEN value IS 43 (17.19% from 255) = 9.60%
BLUE value IS 209 (82.03% from 255) = 46.65%
R=43.75%
G=9.60%
B=46.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal196432090.060.7900.18295.365.8749.41
HexC42BD164F0121274231
Octal30453321611702244710261
Binary110001001010111101000111010011110100101001001111000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42BD1; }

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

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

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

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

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

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

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

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