#C952DD

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

Shades of Medium Orchid #C952DD

Tints of Medium Orchid #C952DD

Color information

#C952DD (or 0xC952DD) is unknown color: approx Medium Orchid. HEX triplet: C9, 52 and DD. RGB value is (201,82,221). Sum of RGB (Red+Green+Blue) = 201+82+221=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 82 (32.42% from 255 or 16.27% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #C952DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C952DD is #36AD22. Grayscale: #848484. Windows color (decimal): -3583267 or 14504649. OLE color: 14504649.

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

Color convert

RGB20182221-
CMYK0.090.6300.13
HSL291.37º67.15%59.41%-
HSV(B)291.37º62.9%86.67%-
XYZ40.1623.6770.86-
YUV133.43177.42176.2-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.88%
GREEN value IS 82 (32.42% from 255) = 16.27%
BLUE value IS 221 (86.72% from 255) = 43.85%
R=39.88%
G=16.27%
B=43.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal201822210.090.6300.13291.3767.1559.41
HexC952DD93F0D123433b
Octal311122335117701544310373
Binary110010011010010110111011001111111011011001000111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C952DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C952DD; }

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

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

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

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

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

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

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

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