#D764CF

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

Shades of Orchid #D764CF

Tints of Orchid #D764CF

Color information

#D764CF (or 0xD764CF) is unknown color: approx Orchid. HEX triplet: D7, 64 and CF. RGB value is (215,100,207). Sum of RGB (Red+Green+Blue) = 215+100+207=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 100 (39.45% from 255 or 19.16% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 215 - color contains mainly: red. Hex color #D764CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D764CF is #289B30. Grayscale: #929292. Windows color (decimal): -2661169 or 13591767. OLE color: 13591767.

HSL color Cylindrical-coordinate representation of color #D764CF: hue angle of 304.17º 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 #D764CF is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB215100207-
CMYK00.530.040.16
HSL304.17º58.97%61.76%-
HSV(B)304.17º53.49%84.31%-
XYZ43.8428.0762.14-
YUV146.58162.1176.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.19%
GREEN value IS 100 (39.45% from 255) = 19.16%
BLUE value IS 207 (81.25% from 255) = 39.66%
R=41.19%
G=19.16%
B=39.66%

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
Decimal21510020700.530.040.16304.1758.9761.76
HexD764CF0354101303b3e
Octal3271443170654204607376
Binary11010111110010011001111011010110010000100110000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D764CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D764CF; }

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

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

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

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

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

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

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

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