Html Css Color HEX #EC6DDA Orchid

📋 copy color: '#EC6DDA'

red 236 ◦ green 109 ◦ blue 218

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

Shades of Orchid #EC6DDA

Tints of Orchid #EC6DDA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.36%

 BLUE value IS 218 (85.55% from 255) = 38.72%

R = 41.92%
G = 19.36%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC6DDA (or 0xEC6DDA) is known color: Orchid. HEX triplet: EC, 6D and DA. RGB value is (236,109,218). Sum of RGB (Red+Green+Blue) = 236+109+218=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 109 (42.97% from 255 or 19.36% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6DDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6DDA is #139225. Grayscale: #9F9F9F. Windows color (decimal): -1282598 or 14314988. OLE color: 14314988.

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

Color convert

RGB 236 109 218 -
CMYK 0 0.54 0.08 0.07
HSL 308.5º 0.77% 0.68% -
HSV(B) 308.5º 0.54% 0.93% -
XYZ 52.72 33.83 70.08 -
YUV 159.4 161.08 182.64 -
System Red Green Blue C M Y K H S L
Decimal 236 109 218 0 0.54 0.08 0.07 308.5 0.77 0.68
Hex EC 6D DA 0 36 8 7 135 4D 44
Octal 354 155 332 0 66 10 7 465 115 104
Binary 11101100 1101101 11011010 0 110110 1000 111 100110101 1001101 1000100

Color Harmonies of #EC6DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6DDA

Black with #EC6DDA

Text Example


Text Example

White with #EC6DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6DDA; }

 p { color: rgb(236,109,218); }

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

background-color css

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

 a { background-color: rgb(236,109,218); }

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

border-color css

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

 span { border-color: rgb(236,109,218); }

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