Html Css Color HEX #EC70D7 Orchid

📋 copy color: '#EC70D7'

red 236 ◦ green 112 ◦ blue 215

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

Shades of Orchid #EC70D7

Tints of Orchid #EC70D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.19%

R = 41.92%
G = 19.89%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EC70D7 (or 0xEC70D7) is known color: Orchid. HEX triplet: EC, 70 and D7. RGB value is (236,112,215). Sum of RGB (Red+Green+Blue) = 236+112+215=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 112 (44.14% from 255 or 19.89% from 563); Blue value is 215 (84.38% from 255 or 38.19% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC70D7 is #138F28. Grayscale: #A0A0A0. Windows color (decimal): -1281833 or 14119148. OLE color: 14119148.

HSL color Cylindrical-coordinate representation of color #EC70D7: hue angle of 310.16º 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 #EC70D7 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 112 215 -
CMYK 0 0.53 0.09 0.07
HSL 310.16º 0.77% 0.68% -
HSV(B) 310.16º 0.53% 0.93% -
XYZ 52.65 34.33 68.14 -
YUV 160.82 158.58 181.62 -
System Red Green Blue C M Y K H S L
Decimal 236 112 215 0 0.53 0.09 0.07 310.16 0.77 0.68
Hex EC 70 D7 0 35 9 7 136 4D 44
Octal 354 160 327 0 65 11 7 466 115 104
Binary 11101100 1110000 11010111 0 110101 1001 111 100110110 1001101 1000100

Color Harmonies of #EC70D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC70D7

Black with #EC70D7

Text Example


Text Example

White with #EC70D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC70D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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