Html Css Color HEX #EC6FD7 Orchid

📋 copy color: '#EC6FD7'

red 236 ◦ green 111 ◦ blue 215

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

Shades of Orchid #EC6FD7

Tints of Orchid #EC6FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.26%

R = 41.99%
G = 19.75%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EC6FD7 (or 0xEC6FD7) is known color: Orchid. HEX triplet: EC, 6F and D7. RGB value is (236,111,215). Sum of RGB (Red+Green+Blue) = 236+111+215=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 111 (43.75% from 255 or 19.75% from 562); Blue value is 215 (84.38% from 255 or 38.26% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6FD7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6FD7 is #139028. Grayscale: #9F9F9F. Windows color (decimal): -1282089 or 14118892. OLE color: 14118892.

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

Color convert

RGB 236 111 215 -
CMYK 0 0.53 0.09 0.07
HSL 310.08º 0.77% 0.68% -
HSV(B) 310.08º 0.53% 0.93% -
XYZ 52.54 34.11 68.1 -
YUV 160.23 158.91 182.04 -
System Red Green Blue C M Y K H S L
Decimal 236 111 215 0 0.53 0.09 0.07 310.08 0.77 0.68
Hex EC 6F D7 0 35 9 7 136 4D 44
Octal 354 157 327 0 65 11 7 466 115 104
Binary 11101100 1101111 11010111 0 110101 1001 111 100110110 1001101 1000100

Color Harmonies of #EC6FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6FD7

Black with #EC6FD7

Text Example


Text Example

White with #EC6FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6FD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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