#C42CDD

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

Shades of Medium Orchid #C42CDD

Tints of Medium Orchid #C42CDD

Color information

#C42CDD (or 0xC42CDD) is unknown color: approx Medium Orchid. HEX triplet: C4, 2C and DD. RGB value is (196,44,221). Sum of RGB (Red+Green+Blue) = 196+44+221=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 44 (17.58% from 255 or 9.54% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #C42CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42CDD is #3BD322. Grayscale: #6D6D6D. Windows color (decimal): -3920675 or 14494916. OLE color: 14494916.

HSL color Cylindrical-coordinate representation of color #C42CDD: hue angle of 291.53º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42CDD is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19644221-
CMYK0.110.8000.13
HSL291.53º72.24%51.96%-
HSV(B)291.53º80.09%86.67%-
XYZ36.7218.7670.09-
YUV109.63190.86189.61-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.52%
GREEN value IS 44 (17.58% from 255) = 9.54%
BLUE value IS 221 (86.72% from 255) = 47.94%
R=42.52%
G=9.54%
B=47.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal196442210.110.8000.13291.5372.2451.96
HexC42CDDB500D1244834
Octal304543351312001544411064
Binary110001001011001101110110111010000011011001001001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42CDD; }

 p { color: rgb(196,44,221); }

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

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

 a { background-color: rgb(196,44,221); }

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

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

 span { border-color: rgb(196,44,221); }

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