Html Css Color HEX #EC75DA Orchid

📋 copy color: '#EC75DA'

red 236 ◦ green 117 ◦ blue 218

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

Shades of Orchid #EC75DA

Tints of Orchid #EC75DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.18%

R = 41.33%
G = 20.49%
B = 38.18%

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

#EC75DA (or 0xEC75DA) is known color: Orchid. HEX triplet: EC, 75 and DA. RGB value is (236,117,218). Sum of RGB (Red+Green+Blue) = 236+117+218=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 117 (46.09% from 255 or 20.49% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #EC75DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC75DA is #138A25. Grayscale: #A3A3A3. Windows color (decimal): -1280550 or 14317036. OLE color: 14317036.

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

Color convert

RGB 236 117 218 -
CMYK 0 0.50 0.08 0.07
HSL 309.08º 0.76% 0.69% -
HSV(B) 309.08º 0.5% 0.93% -
XYZ 53.61 35.62 70.38 -
YUV 164.1 158.42 179.29 -
System Red Green Blue C M Y K H S L
Decimal 236 117 218 0 0.50 0.08 0.07 309.08 0.76 0.69
Hex EC 75 DA 0 32 8 7 135 4C 45
Octal 354 165 332 0 62 10 7 465 114 105
Binary 11101100 1110101 11011010 0 110010 1000 111 100110101 1001100 1000101

Color Harmonies of #EC75DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC75DA

Black with #EC75DA

Text Example


Text Example

White with #EC75DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC75DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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