#C852DF

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

Shades of Medium Orchid #C852DF

Tints of Medium Orchid #C852DF

Color information

#C852DF (or 0xC852DF) is unknown color: approx Medium Orchid. HEX triplet: C8, 52 and DF. RGB value is (200,82,223). Sum of RGB (Red+Green+Blue) = 200+82+223=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 82 (32.42% from 255 or 16.24% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #C852DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C852DF is #37AD20. Grayscale: #848484. Windows color (decimal): -3648801 or 14635720. OLE color: 14635720.

HSL color Cylindrical-coordinate representation of color #C852DF: hue angle of 290.21º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C852DF is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20082223-
CMYK0.100.6300.13
HSL290.21º68.78%59.8%-
HSV(B)290.21º63.23%87.45%-
XYZ40.1623.6472.26-
YUV133.36178.59175.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.60%
GREEN value IS 82 (32.42% from 255) = 16.24%
BLUE value IS 223 (87.5% from 255) = 44.16%
R=39.60%
G=16.24%
B=44.16%

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
Decimal200822230.100.6300.13290.2168.7859.8
HexC852DFA3F0D122453c
Octal310122337127701544210574
Binary110010001010010110111111010111111011011001000101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C852DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C852DF; }

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

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

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

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

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

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

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

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