Html Css Color HEX #EC75D9 Orchid

📋 copy color: '#EC75D9'

red 236 ◦ green 117 ◦ blue 217

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

Shades of Orchid #EC75D9

Tints of Orchid #EC75D9

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.53%

 BLUE value IS 217 (85.16% from 255) = 38.07%

R = 41.4%
G = 20.53%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC75D9 (or 0xEC75D9) is known color: Orchid. HEX triplet: EC, 75 and D9. RGB value is (236,117,217). Sum of RGB (Red+Green+Blue) = 236+117+217=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 117 (46.09% from 255 or 20.53% from 570); Blue value is 217 (85.16% from 255 or 38.07% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #EC75D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC75D9 is #138A26. Grayscale: #A3A3A3. Windows color (decimal): -1280551 or 14251500. OLE color: 14251500.

HSL color Cylindrical-coordinate representation of color #EC75D9: hue angle of 309.58º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC75D9 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 117 217 -
CMYK 0 0.50 0.08 0.07
HSL 309.58º 0.76% 0.69% -
HSV(B) 309.58º 0.5% 0.93% -
XYZ 53.48 35.57 69.69 -
YUV 163.98 157.92 179.37 -
System Red Green Blue C M Y K H S L
Decimal 236 117 217 0 0.50 0.08 0.07 309.58 0.76 0.69
Hex EC 75 D9 0 32 8 7 136 4C 45
Octal 354 165 331 0 62 10 7 466 114 105
Binary 11101100 1110101 11011001 0 110010 1000 111 100110110 1001100 1000101

Color Harmonies of #EC75D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC75D9

Black with #EC75D9

Text Example


Text Example

White with #EC75D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC75D9; }

 p { color: rgb(236,117,217); }

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

background-color css

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

 a { background-color: rgb(236,117,217); }

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

border-color css

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

 span { border-color: rgb(236,117,217); }

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