#C452DD

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

Shades of Medium Orchid #C452DD

Tints of Medium Orchid #C452DD

Color information

#C452DD (or 0xC452DD) is unknown color: approx Medium Orchid. HEX triplet: C4, 52 and DD. RGB value is (196,82,221). Sum of RGB (Red+Green+Blue) = 196+82+221=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 82 (32.42% from 255 or 16.43% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #C452DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C452DD is #3BAD22. Grayscale: #838383. Windows color (decimal): -3910947 or 14504644. OLE color: 14504644.

HSL color Cylindrical-coordinate representation of color #C452DD: hue angle of 289.21º 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 #C452DD is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19682221-
CMYK0.110.6300.13
HSL289.21º67.15%59.41%-
HSV(B)289.21º62.9%86.67%-
XYZ38.8322.9970.8-
YUV131.93178.27173.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.28%
GREEN value IS 82 (32.42% from 255) = 16.43%
BLUE value IS 221 (86.72% from 255) = 44.29%
R=39.28%
G=16.43%
B=44.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal196822210.110.6300.13289.2167.1559.41
HexC452DDB3F0D121433b
Octal304122335137701544110373
Binary110001001010010110111011011111111011011001000011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C452DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C452DD; }

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

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

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

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

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

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

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

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