#D764CD

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

Shades of Orchid #D764CD

Tints of Orchid #D764CD

Color information

#D764CD (or 0xD764CD) is unknown color: approx Orchid. HEX triplet: D7, 64 and CD. RGB value is (215,100,205). Sum of RGB (Red+Green+Blue) = 215+100+205=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 100 (39.45% from 255 or 19.23% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D764CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D764CD is #289B32. Grayscale: #929292. Windows color (decimal): -2661171 or 13460695. OLE color: 13460695.

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

Color convert

RGB215100205-
CMYK00.530.050.16
HSL305.22º58.97%61.76%-
HSV(B)305.22º53.49%84.31%-
XYZ43.627.9760.86-
YUV146.35161.1176.96-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.35%
GREEN value IS 100 (39.45% from 255) = 19.23%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=41.35%
G=19.23%
B=39.42%

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
Decimal21510020500.530.050.16305.2258.9761.76
HexD764CD0355101313b3e
Octal3271443150655204617376
Binary11010111110010011001101011010110110000100110001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D764CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D764CD; }

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

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

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

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

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

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

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

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