Html Css Color HEX #EC70D9 Orchid

📋 copy color: '#EC70D9'

red 236 ◦ green 112 ◦ blue 217

#EC70D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #EC70D9

Tints of Orchid #EC70D9

RGB

 RED value IS 236 (92.58% from 255) = 41.77%

 GREEN value IS 112 (44.14% from 255) = 19.82%

 BLUE value IS 217 (85.16% from 255) = 38.41%

R = 41.77%
G = 19.82%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC70D9 (or 0xEC70D9) is known color: Orchid. HEX triplet: EC, 70 and D9. RGB value is (236,112,217). Sum of RGB (Red+Green+Blue) = 236+112+217=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 112 (44.14% from 255 or 19.82% from 565); Blue value is 217 (85.16% from 255 or 38.41% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC70D9 is #138F26. Grayscale: #A0A0A0. Windows color (decimal): -1281831 or 14250220. OLE color: 14250220.

HSL color Cylindrical-coordinate representation of color #EC70D9: hue angle of 309.19º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC70D9 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 112 217 -
CMYK 0 0.53 0.08 0.07
HSL 309.19º 0.77% 0.68% -
HSV(B) 309.19º 0.53% 0.93% -
XYZ 52.91 34.43 69.5 -
YUV 161.05 159.58 181.46 -
System Red Green Blue C M Y K H S L
Decimal 236 112 217 0 0.53 0.08 0.07 309.19 0.77 0.68
Hex EC 70 D9 0 35 8 7 135 4D 44
Octal 354 160 331 0 65 10 7 465 115 104
Binary 11101100 1110000 11011001 0 110101 1000 111 100110101 1001101 1000100

Color Harmonies of #EC70D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC70D9

Black with #EC70D9

Text Example


Text Example

White with #EC70D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC70D9; }

 p { color: rgb(236,112,217); }

 H1.HeaderClassName
 {
   color: #EC70D9;
 }
 .AnyTagClassName
 {
   color: #EC70D9;
 }
</style>

background-color css

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

 a { background-color: rgb(236,112,217); }

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

border-color css

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

 span { border-color: rgb(236,112,217); }

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