#e672ce

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

Shades of Orchid #E672CE

Tints of Orchid #E672CE

Color information

#E672CE (or 0xE672CE) is unknown color: approx Orchid. HEX triplet: E6, 72 and CE. RGB value is (230,114,206). Sum of RGB (Red+Green+Blue) = 230+114+206=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 114 (44.92% from 255 or 20.73% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E672CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E672CE is #198D31. Grayscale: #9E9E9E. Windows color (decimal): -1674546 or 13529830. OLE color: 13529830.

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

Color convert

RGB230114206-
CMYK00.500.100.10
HSL312.41º69.88%67.45%-
HSV(B)312.41º50.43%90.2%-
XYZ49.7933.3162.2-
YUV159.17154.43178.52-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.82%
GREEN value IS 114 (44.92% from 255) = 20.73%
BLUE value IS 206 (80.86% from 255) = 37.45%
R=41.82%
G=20.73%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011420600.500.100.10312.4169.8867.45
HexE672CE032AA1384643
Octal3461623160621212470106103
Binary1110011011100101100111001100101010101010011100010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e672ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e672ce; }

 p { color: rgb(230,114,206); }

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

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

 a { background-color: rgb(230,114,206); }

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

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

 span { border-color: rgb(230,114,206); }

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