Html Css Color HEX #EC6FD8 Orchid

📋 copy color: '#EC6FD8'

red 236 ◦ green 111 ◦ blue 216

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

Shades of Orchid #EC6FD8

Tints of Orchid #EC6FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.37%

R = 41.92%
G = 19.72%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC6FD8 (or 0xEC6FD8) is known color: Orchid. HEX triplet: EC, 6F and D8. RGB value is (236,111,216). Sum of RGB (Red+Green+Blue) = 236+111+216=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 111 (43.75% from 255 or 19.72% from 563); Blue value is 216 (84.77% from 255 or 38.37% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6FD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6FD8 is #139027. Grayscale: #A0A0A0. Windows color (decimal): -1282088 or 14184428. OLE color: 14184428.

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

Color convert

RGB 236 111 216 -
CMYK 0 0.53 0.08 0.07
HSL 309.6º 0.77% 0.68% -
HSV(B) 309.6º 0.53% 0.93% -
XYZ 52.67 34.16 68.78 -
YUV 160.35 159.41 181.96 -
System Red Green Blue C M Y K H S L
Decimal 236 111 216 0 0.53 0.08 0.07 309.6 0.77 0.68
Hex EC 6F D8 0 35 8 7 136 4D 44
Octal 354 157 330 0 65 10 7 466 115 104
Binary 11101100 1101111 11011000 0 110101 1000 111 100110110 1001101 1000100

Color Harmonies of #EC6FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6FD8

Black with #EC6FD8

Text Example


Text Example

White with #EC6FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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