Html Css Color HEX #E06BC7 Orchid

📋 copy color: '#E06BC7'

red 224 ◦ green 107 ◦ blue 199

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

Shades of Orchid #E06BC7

Tints of Orchid #E06BC7

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.19%

 BLUE value IS 199 (78.13% from 255) = 37.55%

R = 42.26%
G = 20.19%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E06BC7 (or 0xE06BC7) is known color: Orchid. HEX triplet: E0, 6B and C7. RGB value is (224,107,199). Sum of RGB (Red+Green+Blue) = 224+107+199=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 107 (42.19% from 255 or 20.19% from 530); Blue value is 199 (78.12% from 255 or 37.55% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E06BC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06BC7 is #1F9438. Grayscale: #989898. Windows color (decimal): -2069561 or 13069280. OLE color: 13069280.

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

Color convert

RGB 224 107 199 -
CMYK 0 0.52 0.11 0.12
HSL 312.82º 0.65% 0.65% -
HSV(B) 312.82º 0.52% 0.88% -
XYZ 46.31 30.49 57.48 -
YUV 152.47 154.26 179.02 -
System Red Green Blue C M Y K H S L
Decimal 224 107 199 0 0.52 0.11 0.12 312.82 0.65 0.65
Hex E0 6B C7 0 34 B C 139 41 41
Octal 340 153 307 0 64 13 14 471 101 101
Binary 11100000 1101011 11000111 0 110100 1011 1100 100111001 1000001 1000001

Color Harmonies of #E06BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06BC7

Black with #E06BC7

Text Example


Text Example

White with #E06BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06BC7; }

 p { color: rgb(224,107,199); }

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

background-color css

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

 a { background-color: rgb(224,107,199); }

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

border-color css

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

 span { border-color: rgb(224,107,199); }

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