Html Css Color HEX #E06CD5 Orchid

📋 copy color: '#E06CD5'

red 224 ◦ green 108 ◦ blue 213

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

Shades of Orchid #E06CD5

Tints of Orchid #E06CD5

RGB

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

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

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

R = 41.1%
G = 19.82%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E06CD5 (or 0xE06CD5) is known color: Orchid. HEX triplet: E0, 6C and D5. RGB value is (224,108,213). Sum of RGB (Red+Green+Blue) = 224+108+213=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 108 (42.58% from 255 or 19.82% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E06CD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06CD5 is #1F932A. Grayscale: #9A9A9A. Windows color (decimal): -2069291 or 13987040. OLE color: 13987040.

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

Color convert

RGB 224 108 213 -
CMYK 0 0.52 0.05 0.12
HSL 305.69º 0.65% 0.65% -
HSV(B) 305.69º 0.52% 0.88% -
XYZ 48.11 31.38 66.47 -
YUV 154.65 160.93 177.46 -
System Red Green Blue C M Y K H S L
Decimal 224 108 213 0 0.52 0.05 0.12 305.69 0.65 0.65
Hex E0 6C D5 0 34 5 C 132 41 41
Octal 340 154 325 0 64 5 14 462 101 101
Binary 11100000 1101100 11010101 0 110100 101 1100 100110010 1000001 1000001

Color Harmonies of #E06CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06CD5

Black with #E06CD5

Text Example


Text Example

White with #E06CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06CD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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