Html Css Color HEX #EC70DF Orchid

📋 copy color: '#EC70DF'

red 236 ◦ green 112 ◦ blue 223

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

Shades of Orchid #EC70DF

Tints of Orchid #EC70DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.05%

R = 41.33%
G = 19.61%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC70DF (or 0xEC70DF) is known color: Orchid. HEX triplet: EC, 70 and DF. RGB value is (236,112,223). Sum of RGB (Red+Green+Blue) = 236+112+223=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 112 (44.14% from 255 or 19.61% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC70DF is #138F20. Grayscale: #A1A1A1. Windows color (decimal): -1281825 or 14643436. OLE color: 14643436.

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

Color convert

RGB 236 112 223 -
CMYK 0 0.53 0.06 0.07
HSL 306.29º 0.77% 0.68% -
HSV(B) 306.29º 0.53% 0.93% -
XYZ 53.71 34.75 73.69 -
YUV 161.73 162.58 180.97 -
System Red Green Blue C M Y K H S L
Decimal 236 112 223 0 0.53 0.06 0.07 306.29 0.77 0.68
Hex EC 70 DF 0 35 6 7 132 4D 44
Octal 354 160 337 0 65 6 7 462 115 104
Binary 11101100 1110000 11011111 0 110101 110 111 100110010 1001101 1000100

Color Harmonies of #EC70DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC70DF

Black with #EC70DF

Text Example


Text Example

White with #EC70DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC70DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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