#C952DC

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

Shades of Medium Orchid #C952DC

Tints of Medium Orchid #C952DC

Color information

#C952DC (or 0xC952DC) is unknown color: approx Medium Orchid. HEX triplet: C9, 52 and DC. RGB value is (201,82,220). Sum of RGB (Red+Green+Blue) = 201+82+220=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 82 (32.42% from 255 or 16.30% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #C952DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C952DC is #36AD23. Grayscale: #848484. Windows color (decimal): -3583268 or 14439113. OLE color: 14439113.

HSL color Cylindrical-coordinate representation of color #C952DC: hue angle of 291.74º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C952DC is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20182220-
CMYK0.090.6300.14
HSL291.74º66.35%59.22%-
HSV(B)291.74º62.73%86.27%-
XYZ40.0223.6270.16-
YUV133.31176.92176.28-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.96%
GREEN value IS 82 (32.42% from 255) = 16.30%
BLUE value IS 220 (86.33% from 255) = 43.74%
R=39.96%
G=16.30%
B=43.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal201822200.090.6300.14291.7466.3559.22
HexC952DC93F0E124423b
Octal311122334117701644410273
Binary110010011010010110111001001111111011101001001001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C952DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C952DC; }

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

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

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

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

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

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

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

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