Html Css Color HEX #EC75DD Orchid

📋 copy color: '#EC75DD'

red 236 ◦ green 117 ◦ blue 221

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

Shades of Orchid #EC75DD

Tints of Orchid #EC75DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.5%

R = 41.11%
G = 20.38%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC75DD (or 0xEC75DD) is known color: Orchid. HEX triplet: EC, 75 and DD. RGB value is (236,117,221). Sum of RGB (Red+Green+Blue) = 236+117+221=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 117 (46.09% from 255 or 20.38% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #EC75DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC75DD is #138A22. Grayscale: #A4A4A4. Windows color (decimal): -1280547 or 14513644. OLE color: 14513644.

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

Color convert

RGB 236 117 221 -
CMYK 0 0.50 0.06 0.07
HSL 307.56º 0.76% 0.69% -
HSV(B) 307.56º 0.5% 0.93% -
XYZ 54 35.78 72.47 -
YUV 164.44 159.92 179.04 -
System Red Green Blue C M Y K H S L
Decimal 236 117 221 0 0.50 0.06 0.07 307.56 0.76 0.69
Hex EC 75 DD 0 32 6 7 134 4C 45
Octal 354 165 335 0 62 6 7 464 114 105
Binary 11101100 1110101 11011101 0 110010 110 111 100110100 1001100 1000101

Color Harmonies of #EC75DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC75DD

Black with #EC75DD

Text Example


Text Example

White with #EC75DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC75DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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