Html Css Color HEX #E075DD Orchid

📋 copy color: '#E075DD'

red 224 ◦ green 117 ◦ blue 221

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

Shades of Orchid #E075DD

Tints of Orchid #E075DD

RGB

 RED value IS 224 (87.89% from 255) = 39.86%

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

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

R = 39.86%
G = 20.82%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E075DD (or 0xE075DD) is known color: Orchid. HEX triplet: E0, 75 and DD. RGB value is (224,117,221). Sum of RGB (Red+Green+Blue) = 224+117+221=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 117 (46.09% from 255 or 20.82% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 224 - color contains mainly: red. Hex color #E075DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E075DD is #1F8A22. Grayscale: #A0A0A0. Windows color (decimal): -2066979 or 14513632. OLE color: 14513632.

HSL color Cylindrical-coordinate representation of color #E075DD: hue angle of 301.68º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E075DD is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 117 221 -
CMYK 0 0.48 0.01 0.12
HSL 301.68º 0.63% 0.67% -
HSV(B) 301.68º 0.48% 0.88% -
XYZ 50.15 33.79 72.29 -
YUV 160.85 161.95 173.04 -
System Red Green Blue C M Y K H S L
Decimal 224 117 221 0 0.48 0.01 0.12 301.68 0.63 0.67
Hex E0 75 DD 0 30 1 C 12E 3F 43
Octal 340 165 335 0 60 1 14 456 77 103
Binary 11100000 1110101 11011101 0 110000 1 1100 100101110 111111 1000011

Color Harmonies of #E075DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E075DD

Black with #E075DD

Text Example


Text Example

White with #E075DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E075DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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