Html Css Color HEX #EC70D1 Orchid

📋 copy color: '#EC70D1'

red 236 ◦ green 112 ◦ blue 209

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

Shades of Orchid #EC70D1

Tints of Orchid #EC70D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.52%

R = 42.37%
G = 20.11%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EC70D1 (or 0xEC70D1) is known color: Orchid. HEX triplet: EC, 70 and D1. RGB value is (236,112,209). Sum of RGB (Red+Green+Blue) = 236+112+209=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 112 (44.14% from 255 or 20.11% from 557); Blue value is 209 (82.03% from 255 or 37.52% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC70D1 is #138F2E. Grayscale: #9F9F9F. Windows color (decimal): -1281839 or 13725932. OLE color: 13725932.

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

Color convert

RGB 236 112 209 -
CMYK 0 0.53 0.11 0.07
HSL 313.06º 0.77% 0.68% -
HSV(B) 313.06º 0.53% 0.93% -
XYZ 51.89 34.02 64.15 -
YUV 160.13 155.58 182.11 -
System Red Green Blue C M Y K H S L
Decimal 236 112 209 0 0.53 0.11 0.07 313.06 0.77 0.68
Hex EC 70 D1 0 35 B 7 139 4D 44
Octal 354 160 321 0 65 13 7 471 115 104
Binary 11101100 1110000 11010001 0 110101 1011 111 100111001 1001101 1000100

Color Harmonies of #EC70D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC70D1

Black with #EC70D1

Text Example


Text Example

White with #EC70D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC70D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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