Html Css Color HEX #E068CE Orchid

📋 copy color: '#E068CE'

red 224 ◦ green 104 ◦ blue 206

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

Shades of Orchid #E068CE

Tints of Orchid #E068CE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.48%

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

R = 41.95%
G = 19.48%
B = 38.58%

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

#E068CE (or 0xE068CE) is known color: Orchid. HEX triplet: E0, 68 and CE. RGB value is (224,104,206). Sum of RGB (Red+Green+Blue) = 224+104+206=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 104 (41.02% from 255 or 19.48% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E068CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E068CE is #1F9731. Grayscale: #979797. Windows color (decimal): -2070322 or 13527264. OLE color: 13527264.

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

Color convert

RGB 224 104 206 -
CMYK 0 0.54 0.08 0.12
HSL 309º 0.66% 0.64% -
HSV(B) 309º 0.54% 0.88% -
XYZ 46.83 30.2 61.75 -
YUV 151.51 158.76 179.71 -
System Red Green Blue C M Y K H S L
Decimal 224 104 206 0 0.54 0.08 0.12 309 0.66 0.64
Hex E0 68 CE 0 36 8 C 135 42 40
Octal 340 150 316 0 66 10 14 465 102 100
Binary 11100000 1101000 11001110 0 110110 1000 1100 100110101 1000010 1000000

Color Harmonies of #E068CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E068CE

Black with #E068CE

Text Example


Text Example

White with #E068CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E068CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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