Html Css Color HEX #E06CD8 Orchid

📋 copy color: '#E06CD8'

red 224 ◦ green 108 ◦ blue 216

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

Shades of Orchid #E06CD8

Tints of Orchid #E06CD8

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.71%

 BLUE value IS 216 (84.77% from 255) = 39.42%

R = 40.88%
G = 19.71%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E06CD8 (or 0xE06CD8) is known color: Orchid. HEX triplet: E0, 6C and D8. RGB value is (224,108,216). Sum of RGB (Red+Green+Blue) = 224+108+216=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 108 (42.58% from 255 or 19.71% from 548); Blue value is 216 (84.77% from 255 or 39.42% from 548); Max value from RGB is 224 - color contains mainly: red. Hex color #E06CD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06CD8 is #1F9327. Grayscale: #9A9A9A. Windows color (decimal): -2069288 or 14183648. OLE color: 14183648.

HSL color Cylindrical-coordinate representation of color #E06CD8: hue angle of 304.14º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E06CD8 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 108 216 -
CMYK 0 0.52 0.04 0.12
HSL 304.14º 0.65% 0.65% -
HSV(B) 304.14º 0.52% 0.88% -
XYZ 48.5 31.53 68.5 -
YUV 155 162.43 177.22 -
System Red Green Blue C M Y K H S L
Decimal 224 108 216 0 0.52 0.04 0.12 304.14 0.65 0.65
Hex E0 6C D8 0 34 4 C 130 41 41
Octal 340 154 330 0 64 4 14 460 101 101
Binary 11100000 1101100 11011000 0 110100 100 1100 100110000 1000001 1000001

Color Harmonies of #E06CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06CD8

Black with #E06CD8

Text Example


Text Example

White with #E06CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06CD8; }

 p { color: rgb(224,108,216); }

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

background-color css

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

 a { background-color: rgb(224,108,216); }

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

border-color css

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

 span { border-color: rgb(224,108,216); }

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