Html Css Color HEX #E067D1 Orchid

📋 copy color: '#E067D1'

red 224 ◦ green 103 ◦ blue 209

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

Shades of Orchid #E067D1

Tints of Orchid #E067D1

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.22%

 BLUE value IS 209 (82.03% from 255) = 38.99%

R = 41.79%
G = 19.22%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E067D1 (or 0xE067D1) is known color: Orchid. HEX triplet: E0, 67 and D1. RGB value is (224,103,209). Sum of RGB (Red+Green+Blue) = 224+103+209=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 103 (40.62% from 255 or 19.22% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E067D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E067D1 is #1F982E. Grayscale: #969696. Windows color (decimal): -2070575 or 13723616. OLE color: 13723616.

HSL color Cylindrical-coordinate representation of color #E067D1: hue angle of 307.44º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E067D1 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 103 209 -
CMYK 0 0.54 0.07 0.12
HSL 307.44º 0.66% 0.64% -
HSV(B) 307.44º 0.54% 0.88% -
XYZ 47.1 30.15 63.66 -
YUV 151.26 160.59 179.88 -
System Red Green Blue C M Y K H S L
Decimal 224 103 209 0 0.54 0.07 0.12 307.44 0.66 0.64
Hex E0 67 D1 0 36 7 C 133 42 40
Octal 340 147 321 0 66 7 14 463 102 100
Binary 11100000 1100111 11010001 0 110110 111 1100 100110011 1000010 1000000

Color Harmonies of #E067D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E067D1

Black with #E067D1

Text Example


Text Example

White with #E067D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E067D1; }

 p { color: rgb(224,103,209); }

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

background-color css

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

 a { background-color: rgb(224,103,209); }

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

border-color css

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

 span { border-color: rgb(224,103,209); }

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