Html Css Color HEX #EC75D8 Orchid

📋 copy color: '#EC75D8'

red 236 ◦ green 117 ◦ blue 216

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

Shades of Orchid #EC75D8

Tints of Orchid #EC75D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.96%

R = 41.48%
G = 20.56%
B = 37.96%

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

#EC75D8 (or 0xEC75D8) is known color: Orchid. HEX triplet: EC, 75 and D8. RGB value is (236,117,216). Sum of RGB (Red+Green+Blue) = 236+117+216=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 117 (46.09% from 255 or 20.56% from 569); Blue value is 216 (84.77% from 255 or 37.96% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #EC75D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC75D8 is #138A27. Grayscale: #A3A3A3. Windows color (decimal): -1280552 or 14185964. OLE color: 14185964.

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

Color convert

RGB 236 117 216 -
CMYK 0 0.50 0.08 0.07
HSL 310.08º 0.76% 0.69% -
HSV(B) 310.08º 0.5% 0.93% -
XYZ 53.35 35.51 69.01 -
YUV 163.87 157.42 179.45 -
System Red Green Blue C M Y K H S L
Decimal 236 117 216 0 0.50 0.08 0.07 310.08 0.76 0.69
Hex EC 75 D8 0 32 8 7 136 4C 45
Octal 354 165 330 0 62 10 7 466 114 105
Binary 11101100 1110101 11011000 0 110010 1000 111 100110110 1001100 1000101

Color Harmonies of #EC75D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC75D8

Black with #EC75D8

Text Example


Text Example

White with #EC75D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC75D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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