#E06BCA

Color #E06BCA Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #E06BCA

Tints of Orchid #E06BCA

Color information

#E06BCA (or 0xE06BCA) is unknown color: approx Orchid. HEX triplet: E0, 6B and CA. RGB value is (224,107,202). Sum of RGB (Red+Green+Blue) = 224+107+202=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 107 (42.19% from 255 or 20.08% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E06BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06BCA is #1F9435. Grayscale: #989898. Windows color (decimal): -2069558 or 13265888. OLE color: 13265888.

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

Color convert

RGB224107202-
CMYK00.520.100.12
HSL311.28º65.36%64.9%-
HSV(B)311.28º52.23%87.84%-
XYZ46.6630.6359.33-
YUV152.81155.76178.78-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.03%
GREEN value IS 107 (42.19% from 255) = 20.08%
BLUE value IS 202 (79.30% from 255) = 37.90%
R=42.03%
G=20.08%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410720200.520.100.12311.2865.3664.9
HexE06BCA034AC1374141
Octal3401533120641214467101101
Binary1110000011010111100101001101001010110010011011110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06BCA; }

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

 H1.HeaderClassName
 {
   color: #E06BCA;
 }
 .AnyTagClassName
 {
   color: #E06BCA;
 }
</style>
background-color css

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

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

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

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

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

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