Html Css Color HEX #E075DC Orchid

📋 copy color: '#E075DC'

red 224 ◦ green 117 ◦ blue 220

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

Shades of Orchid #E075DC

Tints of Orchid #E075DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.22%

R = 39.93%
G = 20.86%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E075DC (or 0xE075DC) is known color: Orchid. HEX triplet: E0, 75 and DC. RGB value is (224,117,220). Sum of RGB (Red+Green+Blue) = 224+117+220=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 117 (46.09% from 255 or 20.86% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 224 - color contains mainly: red. Hex color #E075DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E075DC is #1F8A23. Grayscale: #A0A0A0. Windows color (decimal): -2066980 or 14448096. OLE color: 14448096.

HSL color Cylindrical-coordinate representation of color #E075DC: hue angle of 302.24º 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 #E075DC is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 117 220 -
CMYK 0 0.48 0.02 0.12
HSL 302.24º 0.63% 0.67% -
HSV(B) 302.24º 0.48% 0.88% -
XYZ 50.02 33.74 71.59 -
YUV 160.74 161.45 173.12 -
System Red Green Blue C M Y K H S L
Decimal 224 117 220 0 0.48 0.02 0.12 302.24 0.63 0.67
Hex E0 75 DC 0 30 2 C 12E 3F 43
Octal 340 165 334 0 60 2 14 456 77 103
Binary 11100000 1110101 11011100 0 110000 10 1100 100101110 111111 1000011

Color Harmonies of #E075DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E075DC

Black with #E075DC

Text Example


Text Example

White with #E075DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E075DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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