Html Css Color HEX #EC6EDF Orchid

📋 copy color: '#EC6EDF'

red 236 ◦ green 110 ◦ blue 223

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

Shades of Orchid #EC6EDF

Tints of Orchid #EC6EDF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.33%

 BLUE value IS 223 (87.5% from 255) = 39.19%

R = 41.48%
G = 19.33%
B = 39.19%

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

#EC6EDF (or 0xEC6EDF) is known color: Orchid. HEX triplet: EC, 6E and DF. RGB value is (236,110,223). Sum of RGB (Red+Green+Blue) = 236+110+223=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 110 (43.36% from 255 or 19.33% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6EDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6EDF is #139120. Grayscale: #A0A0A0. Windows color (decimal): -1282337 or 14642924. OLE color: 14642924.

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

Color convert

RGB 236 110 223 -
CMYK 0 0.53 0.06 0.07
HSL 306.19º 0.77% 0.68% -
HSV(B) 306.19º 0.53% 0.93% -
XYZ 53.49 34.31 73.62 -
YUV 160.56 163.24 181.81 -
System Red Green Blue C M Y K H S L
Decimal 236 110 223 0 0.53 0.06 0.07 306.19 0.77 0.68
Hex EC 6E DF 0 35 6 7 132 4D 44
Octal 354 156 337 0 65 6 7 462 115 104
Binary 11101100 1101110 11011111 0 110101 110 111 100110010 1001101 1000100

Color Harmonies of #EC6EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6EDF

Black with #EC6EDF

Text Example


Text Example

White with #EC6EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6EDF; }

 p { color: rgb(236,110,223); }

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

background-color css

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

 a { background-color: rgb(236,110,223); }

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

border-color css

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

 span { border-color: rgb(236,110,223); }

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