#D764CC

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

Shades of Orchid #D764CC

Tints of Orchid #D764CC

Color information

#D764CC (or 0xD764CC) is unknown color: approx Orchid. HEX triplet: D7, 64 and CC. RGB value is (215,100,204). Sum of RGB (Red+Green+Blue) = 215+100+204=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 215 - color contains mainly: red. Hex color #D764CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D764CC is #289B33. Grayscale: #919191. Windows color (decimal): -2661172 or 13395159. OLE color: 13395159.

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

Color convert

RGB215100204-
CMYK00.530.050.16
HSL305.74º58.97%61.76%-
HSV(B)305.74º53.49%84.31%-
XYZ43.4827.9260.22-
YUV146.24160.6177.04-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.43%
GREEN value IS 100 (39.45% from 255) = 19.27%
BLUE value IS 204 (80.08% from 255) = 39.31%
R=41.43%
G=19.27%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510020400.530.050.16305.7458.9761.76
HexD764CC0355101323b3e
Octal3271443140655204627376
Binary11010111110010011001100011010110110000100110010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D764CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D764CC; }

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

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

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

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

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

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

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

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