Html Css Color HEX #E06CD2 Orchid

📋 copy color: '#E06CD2'

red 224 ◦ green 108 ◦ blue 210

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

Shades of Orchid #E06CD2

Tints of Orchid #E06CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.75%

R = 41.33%
G = 19.93%
B = 38.75%

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

#E06CD2 (or 0xE06CD2) is known color: Orchid. HEX triplet: E0, 6C and D2. RGB value is (224,108,210). Sum of RGB (Red+Green+Blue) = 224+108+210=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 108 (42.58% from 255 or 19.93% from 542); Blue value is 210 (82.42% from 255 or 38.75% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E06CD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06CD2 is #1F932D. Grayscale: #9A9A9A. Windows color (decimal): -2069294 or 13790432. OLE color: 13790432.

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

Color convert

RGB 224 108 210 -
CMYK 0 0.52 0.06 0.12
HSL 307.24º 0.65% 0.65% -
HSV(B) 307.24º 0.52% 0.88% -
XYZ 47.74 31.23 64.48 -
YUV 154.31 159.43 177.71 -
System Red Green Blue C M Y K H S L
Decimal 224 108 210 0 0.52 0.06 0.12 307.24 0.65 0.65
Hex E0 6C D2 0 34 6 C 133 41 41
Octal 340 154 322 0 64 6 14 463 101 101
Binary 11100000 1101100 11010010 0 110100 110 1100 100110011 1000001 1000001

Color Harmonies of #E06CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06CD2

Black with #E06CD2

Text Example


Text Example

White with #E06CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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