Html Css Color HEX #EC75DB Orchid

📋 copy color: '#EC75DB'

red 236 ◦ green 117 ◦ blue 219

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

Shades of Orchid #EC75DB

Tints of Orchid #EC75DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.29%

R = 41.26%
G = 20.45%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC75DB (or 0xEC75DB) is known color: Orchid. HEX triplet: EC, 75 and DB. RGB value is (236,117,219). Sum of RGB (Red+Green+Blue) = 236+117+219=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 117 (46.09% from 255 or 20.45% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #EC75DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC75DB is #138A24. Grayscale: #A3A3A3. Windows color (decimal): -1280549 or 14382572. OLE color: 14382572.

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

Color convert

RGB 236 117 219 -
CMYK 0 0.50 0.07 0.07
HSL 308.57º 0.76% 0.69% -
HSV(B) 308.57º 0.5% 0.93% -
XYZ 53.74 35.67 71.07 -
YUV 164.21 158.92 179.21 -
System Red Green Blue C M Y K H S L
Decimal 236 117 219 0 0.50 0.07 0.07 308.57 0.76 0.69
Hex EC 75 DB 0 32 7 7 135 4C 45
Octal 354 165 333 0 62 7 7 465 114 105
Binary 11101100 1110101 11011011 0 110010 111 111 100110101 1001100 1000101

Color Harmonies of #EC75DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC75DB

Black with #EC75DB

Text Example


Text Example

White with #EC75DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC75DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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