Html Css Color HEX #E06CD3 Orchid

📋 copy color: '#E06CD3'

red 224 ◦ green 108 ◦ blue 211

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

Shades of Orchid #E06CD3

Tints of Orchid #E06CD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.86%

R = 41.25%
G = 19.89%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E06CD3 (or 0xE06CD3) is known color: Orchid. HEX triplet: E0, 6C and D3. RGB value is (224,108,211). Sum of RGB (Red+Green+Blue) = 224+108+211=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 108 (42.58% from 255 or 19.89% from 543); Blue value is 211 (82.81% from 255 or 38.86% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E06CD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06CD3 is #1F932C. Grayscale: #9A9A9A. Windows color (decimal): -2069293 or 13855968. OLE color: 13855968.

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

Color convert

RGB 224 108 211 -
CMYK 0 0.52 0.06 0.12
HSL 306.72º 0.65% 0.65% -
HSV(B) 306.72º 0.52% 0.88% -
XYZ 47.86 31.28 65.14 -
YUV 154.43 159.93 177.62 -
System Red Green Blue C M Y K H S L
Decimal 224 108 211 0 0.52 0.06 0.12 306.72 0.65 0.65
Hex E0 6C D3 0 34 6 C 133 41 41
Octal 340 154 323 0 64 6 14 463 101 101
Binary 11100000 1101100 11010011 0 110100 110 1100 100110011 1000001 1000001

Color Harmonies of #E06CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06CD3

Black with #E06CD3

Text Example


Text Example

White with #E06CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06CD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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