#C852DD

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

Shades of Medium Orchid #C852DD

Tints of Medium Orchid #C852DD

Color information

#C852DD (or 0xC852DD) is unknown color: approx Medium Orchid. HEX triplet: C8, 52 and DD. RGB value is (200,82,221). Sum of RGB (Red+Green+Blue) = 200+82+221=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 82 (32.42% from 255 or 16.30% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #C852DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C852DD is #37AD22. Grayscale: #848484. Windows color (decimal): -3648803 or 14504648. OLE color: 14504648.

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

Color convert

RGB20082221-
CMYK0.100.6300.13
HSL290.94º67.15%59.41%-
HSV(B)290.94º62.9%86.67%-
XYZ39.8923.5370.85-
YUV133.13177.59175.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.76%
GREEN value IS 82 (32.42% from 255) = 16.30%
BLUE value IS 221 (86.72% from 255) = 43.94%
R=39.76%
G=16.30%
B=43.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal200822210.100.6300.13290.9467.1559.41
HexC852DDA3F0D123433b
Octal310122335127701544310373
Binary110010001010010110111011010111111011011001000111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C852DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C852DD; }

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

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

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

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

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

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

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

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