#E680CF

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

Shades of Orchid #E680CF

Tints of Orchid #E680CF

Color information

#E680CF (or 0xE680CF) is unknown color: approx Orchid. HEX triplet: E6, 80 and CF. RGB value is (230,128,207). Sum of RGB (Red+Green+Blue) = 230+128+207=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 128 (50.39% from 255 or 22.65% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E680CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E680CF is #197F30. Grayscale: #A7A7A7. Windows color (decimal): -1670961 or 13598950. OLE color: 13598950.

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

Color convert

RGB230128207-
CMYK00.440.100.10
HSL313.53º67.11%70.2%-
HSV(B)313.53º44.35%90.2%-
XYZ51.6136.7763.41-
YUV167.5150.29172.58-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.71%
GREEN value IS 128 (50.39% from 255) = 22.65%
BLUE value IS 207 (81.25% from 255) = 36.64%
R=40.71%
G=22.65%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012820700.440.100.10313.5367.1170.2
HexE680CF02CAA13a4346
Octal3462003170541212472103106
Binary11100110100000001100111101011001010101010011101010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E680CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E680CF; }

 p { color: rgb(230,128,207); }

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

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

 a { background-color: rgb(230,128,207); }

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

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

 span { border-color: rgb(230,128,207); }

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