#C252DD

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

Shades of Medium Orchid #C252DD

Tints of Medium Orchid #C252DD

Color information

#C252DD (or 0xC252DD) is unknown color: approx Medium Orchid. HEX triplet: C2, 52 and DD. RGB value is (194,82,221). Sum of RGB (Red+Green+Blue) = 194+82+221=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 82 (32.42% from 255 or 16.50% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #C252DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C252DD is #3DAD22. Grayscale: #828282. Windows color (decimal): -4042019 or 14504642. OLE color: 14504642.

HSL color Cylindrical-coordinate representation of color #C252DD: hue angle of 288.35º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C252DD is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19482221-
CMYK0.120.6300.13
HSL288.35º67.15%59.41%-
HSV(B)288.35º62.9%86.67%-
XYZ38.3222.7270.77-
YUV131.33178.61172.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.03%
GREEN value IS 82 (32.42% from 255) = 16.50%
BLUE value IS 221 (86.72% from 255) = 44.47%
R=39.03%
G=16.50%
B=44.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal194822210.120.6300.13288.3567.1559.41
HexC252DDC3F0D120433b
Octal302122335147701544010373
Binary110000101010010110111011100111111011011001000001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C252DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C252DD; }

 p { color: rgb(194,82,221); }

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

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

 a { background-color: rgb(194,82,221); }

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

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

 span { border-color: rgb(194,82,221); }

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