#E670CD

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

Shades of Orchid #E670CD

Tints of Orchid #E670CD

Color information

#E670CD (or 0xE670CD) is unknown color: approx Orchid. HEX triplet: E6, 70 and CD. RGB value is (230,112,205). Sum of RGB (Red+Green+Blue) = 230+112+205=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 112 (44.14% from 255 or 20.48% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E670CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E670CD is #198F32. Grayscale: #9D9D9D. Windows color (decimal): -1675059 or 13463782. OLE color: 13463782.

HSL color Cylindrical-coordinate representation of color #E670CD: hue angle of 312.71º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E670CD is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB230112205-
CMYK00.510.110.10
HSL312.71º70.24%67.06%-
HSV(B)312.71º51.3%90.2%-
XYZ49.4532.8261.49-
YUV157.88154.59179.44-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.05%
GREEN value IS 112 (44.14% from 255) = 20.48%
BLUE value IS 205 (80.47% from 255) = 37.48%
R=42.05%
G=20.48%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011220500.510.110.10312.7170.2467.06
HexE670CD033BA1394643
Octal3461603150631312471106103
Binary1110011011100001100110101100111011101010011100110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E670CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E670CD; }

 p { color: rgb(230,112,205); }

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

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

 a { background-color: rgb(230,112,205); }

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

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

 span { border-color: rgb(230,112,205); }

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