#D764CE

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

Shades of Orchid #D764CE

Tints of Orchid #D764CE

Color information

#D764CE (or 0xD764CE) is unknown color: approx Orchid. HEX triplet: D7, 64 and CE. RGB value is (215,100,206). Sum of RGB (Red+Green+Blue) = 215+100+206=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 100 (39.45% from 255 or 19.19% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D764CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D764CE is #289B31. Grayscale: #929292. Windows color (decimal): -2661170 or 13526231. OLE color: 13526231.

HSL color Cylindrical-coordinate representation of color #D764CE: hue angle of 304.7º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D764CE is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB215100206-
CMYK00.530.040.16
HSL304.7º58.97%61.76%-
HSV(B)304.7º53.49%84.31%-
XYZ43.7228.0261.5-
YUV146.47161.6176.88-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.27%
GREEN value IS 100 (39.45% from 255) = 19.19%
BLUE value IS 206 (80.86% from 255) = 39.54%
R=41.27%
G=19.19%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510020600.530.040.16304.758.9761.76
HexD764CE0354101313b3e
Octal3271443160654204617376
Binary11010111110010011001110011010110010000100110001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D764CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D764CE; }

 p { color: rgb(215,100,206); }

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

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

 a { background-color: rgb(215,100,206); }

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

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

 span { border-color: rgb(215,100,206); }

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