Html Css Color HEX #E06CD1 Orchid

📋 copy color: '#E06CD1'

red 224 ◦ green 108 ◦ blue 209

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

Shades of Orchid #E06CD1

Tints of Orchid #E06CD1

RGB

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

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

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

R = 41.4%
G = 19.96%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E06CD1 (or 0xE06CD1) is known color: Orchid. HEX triplet: E0, 6C and D1. RGB value is (224,108,209). Sum of RGB (Red+Green+Blue) = 224+108+209=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 108 (42.58% from 255 or 19.96% from 541); Blue value is 209 (82.03% from 255 or 38.63% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E06CD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06CD1 is #1F932E. Grayscale: #999999. Windows color (decimal): -2069295 or 13724896. OLE color: 13724896.

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

Color convert

RGB 224 108 209 -
CMYK 0 0.52 0.07 0.12
HSL 307.76º 0.65% 0.65% -
HSV(B) 307.76º 0.52% 0.88% -
XYZ 47.61 31.18 63.83 -
YUV 154.2 158.93 177.79 -
System Red Green Blue C M Y K H S L
Decimal 224 108 209 0 0.52 0.07 0.12 307.76 0.65 0.65
Hex E0 6C D1 0 34 7 C 134 41 41
Octal 340 154 321 0 64 7 14 464 101 101
Binary 11100000 1101100 11010001 0 110100 111 1100 100110100 1000001 1000001

Color Harmonies of #E06CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06CD1

Black with #E06CD1

Text Example


Text Example

White with #E06CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06CD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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