Html Css Color HEX #EC74DD Orchid

📋 copy color: '#EC74DD'

red 236 ◦ green 116 ◦ blue 221

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

Shades of Orchid #EC74DD

Tints of Orchid #EC74DD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.24%

 BLUE value IS 221 (86.72% from 255) = 38.57%

R = 41.19%
G = 20.24%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC74DD (or 0xEC74DD) is known color: Orchid. HEX triplet: EC, 74 and DD. RGB value is (236,116,221). Sum of RGB (Red+Green+Blue) = 236+116+221=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 116 (45.70% from 255 or 20.24% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC74DD is #138B22. Grayscale: #A3A3A3. Windows color (decimal): -1280803 or 14513388. OLE color: 14513388.

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

Color convert

RGB 236 116 221 -
CMYK 0 0.51 0.06 0.07
HSL 307.5º 0.76% 0.69% -
HSV(B) 307.5º 0.51% 0.93% -
XYZ 53.89 35.54 72.43 -
YUV 163.85 160.26 179.46 -
System Red Green Blue C M Y K H S L
Decimal 236 116 221 0 0.51 0.06 0.07 307.5 0.76 0.69
Hex EC 74 DD 0 33 6 7 134 4C 45
Octal 354 164 335 0 63 6 7 464 114 105
Binary 11101100 1110100 11011101 0 110011 110 111 100110100 1001100 1000101

Color Harmonies of #EC74DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC74DD

Black with #EC74DD

Text Example


Text Example

White with #EC74DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC74DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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