Html Css Color HEX #E068D5 Orchid

📋 copy color: '#E068D5'

red 224 ◦ green 104 ◦ blue 213

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

Shades of Orchid #E068D5

Tints of Orchid #E068D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.37%

R = 41.4%
G = 19.22%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E068D5 (or 0xE068D5) is known color: Orchid. HEX triplet: E0, 68 and D5. RGB value is (224,104,213). Sum of RGB (Red+Green+Blue) = 224+104+213=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 104 (41.02% from 255 or 19.22% from 541); Blue value is 213 (83.59% from 255 or 39.37% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E068D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E068D5 is #1F972A. Grayscale: #979797. Windows color (decimal): -2070315 or 13986016. OLE color: 13986016.

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

Color convert

RGB 224 104 213 -
CMYK 0 0.54 0.05 0.12
HSL 305.5º 0.66% 0.64% -
HSV(B) 305.5º 0.54% 0.88% -
XYZ 47.7 30.55 66.33 -
YUV 152.31 162.26 179.14 -
System Red Green Blue C M Y K H S L
Decimal 224 104 213 0 0.54 0.05 0.12 305.5 0.66 0.64
Hex E0 68 D5 0 36 5 C 132 42 40
Octal 340 150 325 0 66 5 14 462 102 100
Binary 11100000 1101000 11010101 0 110110 101 1100 100110010 1000010 1000000

Color Harmonies of #E068D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E068D5

Black with #E068D5

Text Example


Text Example

White with #E068D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E068D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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