#C952D8

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

Shades of Medium Orchid #C952D8

Tints of Medium Orchid #C952D8

Color information

#C952D8 (or 0xC952D8) is unknown color: approx Medium Orchid. HEX triplet: C9, 52 and D8. RGB value is (201,82,216). Sum of RGB (Red+Green+Blue) = 201+82+216=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 82 (32.42% from 255 or 16.43% from 499); Blue value is 216 (84.77% from 255 or 43.29% from 499); Max value from RGB is 216 - color contains mainly: blue. Hex color #C952D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C952D8 is #36AD27. Grayscale: #848484. Windows color (decimal): -3583272 or 14176969. OLE color: 14176969.

HSL color Cylindrical-coordinate representation of color #C952D8: hue angle of 293.28º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C952D8 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20182216-
CMYK0.070.6200.15
HSL293.28º63.21%58.43%-
HSV(B)293.28º62.04%84.71%-
XYZ39.523.4167.4-
YUV132.86174.92176.6-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.28%
GREEN value IS 82 (32.42% from 255) = 16.43%
BLUE value IS 216 (84.77% from 255) = 43.29%
R=40.28%
G=16.43%
B=43.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal201822160.070.6200.15293.2863.2158.43
HexC952D873E0F1253f3a
Octal3111223307760174457772
Binary1100100110100101101100011111111001111100100101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C952D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C952D8; }

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

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

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

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

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

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

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

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