Html Css Color HEX #E067CE Orchid

📋 copy color: '#E067CE'

red 224 ◦ green 103 ◦ blue 206

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

Shades of Orchid #E067CE

Tints of Orchid #E067CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.65%

R = 42.03%
G = 19.32%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E067CE (or 0xE067CE) is known color: Orchid. HEX triplet: E0, 67 and CE. RGB value is (224,103,206). Sum of RGB (Red+Green+Blue) = 224+103+206=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 103 (40.62% from 255 or 19.32% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E067CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E067CE is #1F9831. Grayscale: #969696. Windows color (decimal): -2070578 or 13527008. OLE color: 13527008.

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

Color convert

RGB 224 103 206 -
CMYK 0 0.54 0.08 0.12
HSL 308.93º 0.66% 0.64% -
HSV(B) 308.93º 0.54% 0.88% -
XYZ 46.73 30 61.72 -
YUV 150.92 159.09 180.12 -
System Red Green Blue C M Y K H S L
Decimal 224 103 206 0 0.54 0.08 0.12 308.93 0.66 0.64
Hex E0 67 CE 0 36 8 C 135 42 40
Octal 340 147 316 0 66 10 14 465 102 100
Binary 11100000 1100111 11001110 0 110110 1000 1100 100110101 1000010 1000000

Color Harmonies of #E067CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E067CE

Black with #E067CE

Text Example


Text Example

White with #E067CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E067CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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