#e672cd

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

Shades of Orchid #E672CD

Tints of Orchid #E672CD

Color information

#E672CD (or 0xE672CD) is unknown color: approx Orchid. HEX triplet: E6, 72 and CD. RGB value is (230,114,205). Sum of RGB (Red+Green+Blue) = 230+114+205=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 114 (44.92% from 255 or 20.77% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E672CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E672CD is #198D32. Grayscale: #9E9E9E. Windows color (decimal): -1674547 or 13464294. OLE color: 13464294.

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

Color convert

RGB230114205-
CMYK00.500.110.10
HSL312.93º69.88%67.45%-
HSV(B)312.93º50.43%90.2%-
XYZ49.6733.2761.56-
YUV159.06153.93178.6-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.89%
GREEN value IS 114 (44.92% from 255) = 20.77%
BLUE value IS 205 (80.47% from 255) = 37.34%
R=41.89%
G=20.77%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011420500.500.110.10312.9369.8867.45
HexE672CD032BA1394643
Octal3461623150621312471106103
Binary1110011011100101100110101100101011101010011100110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e672cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e672cd; }

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

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

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

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

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

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

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

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