#EC72DD

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

Shades of Orchid #EC72DD

Tints of Orchid #EC72DD

Color information

#EC72DD (or 0xEC72DD) is unknown color: approx Orchid. HEX triplet: EC, 72 and DD. RGB value is (236,114,221). Sum of RGB (Red+Green+Blue) = 236+114+221=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 114 (44.92% from 255 or 19.96% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #EC72DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC72DD is #138D22. Grayscale: #A2A2A2. Windows color (decimal): -1281315 or 14512876. OLE color: 14512876.

HSL color Cylindrical-coordinate representation of color #EC72DD: hue angle of 307.38º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC72DD is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB236114221-
CMYK00.520.060.07
HSL307.38º76.25%68.63%-
HSV(B)307.38º51.69%92.55%-
XYZ53.6635.0972.35-
YUV162.68160.92180.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.33%
GREEN value IS 114 (44.92% from 255) = 19.96%
BLUE value IS 221 (86.72% from 255) = 38.70%
R=41.33%
G=19.96%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611422100.520.060.07307.3876.2568.63
HexEC72DD034671334c45
Octal35416233506467463114105
Binary11101100111001011011101011010011011110011001110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC72DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC72DD; }

 p { color: rgb(236,114,221); }

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

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

 a { background-color: rgb(236,114,221); }

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

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

 span { border-color: rgb(236,114,221); }

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