Html Css Color HEX #EC6FDE Orchid

📋 copy color: '#EC6FDE'

red 236 ◦ green 111 ◦ blue 222

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

Shades of Orchid #EC6FDE

Tints of Orchid #EC6FDE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.51%

 BLUE value IS 222 (87.11% from 255) = 39.02%

R = 41.48%
G = 19.51%
B = 39.02%

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

#EC6FDE (or 0xEC6FDE) is known color: Orchid. HEX triplet: EC, 6F and DE. RGB value is (236,111,222). Sum of RGB (Red+Green+Blue) = 236+111+222=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 111 (43.75% from 255 or 19.51% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6FDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6FDE is #139021. Grayscale: #A0A0A0. Windows color (decimal): -1282082 or 14577644. OLE color: 14577644.

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

Color convert

RGB 236 111 222 -
CMYK 0 0.53 0.06 0.07
HSL 306.72º 0.77% 0.68% -
HSV(B) 306.72º 0.53% 0.93% -
XYZ 53.46 34.48 72.94 -
YUV 161.03 162.41 181.47 -
System Red Green Blue C M Y K H S L
Decimal 236 111 222 0 0.53 0.06 0.07 306.72 0.77 0.68
Hex EC 6F DE 0 35 6 7 133 4D 44
Octal 354 157 336 0 65 6 7 463 115 104
Binary 11101100 1101111 11011110 0 110101 110 111 100110011 1001101 1000100

Color Harmonies of #EC6FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6FDE

Black with #EC6FDE

Text Example


Text Example

White with #EC6FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6FDE; }

 p { color: rgb(236,111,222); }

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

background-color css

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

 a { background-color: rgb(236,111,222); }

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

border-color css

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

 span { border-color: rgb(236,111,222); }

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