#D764D2

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

Shades of Orchid #D764D2

Tints of Orchid #D764D2

Color information

#D764D2 (or 0xD764D2) is unknown color: approx Orchid. HEX triplet: D7, 64 and D2. RGB value is (215,100,210). Sum of RGB (Red+Green+Blue) = 215+100+210=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 100 (39.45% from 255 or 19.05% from 525); Blue value is 210 (82.42% from 255 or 40% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D764D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D764D2 is #289B2D. Grayscale: #929292. Windows color (decimal): -2661166 or 13788375. OLE color: 13788375.

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

Color convert

RGB215100210-
CMYK00.530.020.16
HSL302.61º58.97%61.76%-
HSV(B)302.61º53.49%84.31%-
XYZ44.2128.2164.09-
YUV146.92163.6176.56-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.95%
GREEN value IS 100 (39.45% from 255) = 19.05%
BLUE value IS 210 (82.42% from 255) = 40%
R=40.95%
G=19.05%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510021000.530.020.16302.6158.9761.76
HexD764D203521012f3b3e
Octal3271443220652204577376
Binary1101011111001001101001001101011010000100101111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D764D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D764D2; }

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

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

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

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

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

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

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

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