#D762DD

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

Shades of Orchid #D762DD

Tints of Orchid #D762DD

Color information

#D762DD (or 0xD762DD) is unknown color: approx Orchid. HEX triplet: D7, 62 and DD. RGB value is (215,98,221). Sum of RGB (Red+Green+Blue) = 215+98+221=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 98 (38.67% from 255 or 18.35% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #D762DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D762DD is #289D22. Grayscale: #929292. Windows color (decimal): -2661667 or 14508759. OLE color: 14508759.

HSL color Cylindrical-coordinate representation of color #D762DD: hue angle of 297.07º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D762DD is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21598221-
CMYK0.030.5600.13
HSL297.07º64.4%62.55%-
HSV(B)297.07º55.66%86.67%-
XYZ45.4428.471.49-
YUV147169.76176.5-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.26%
GREEN value IS 98 (38.67% from 255) = 18.35%
BLUE value IS 221 (86.72% from 255) = 41.39%
R=40.26%
G=18.35%
B=41.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal215982210.030.5600.13297.0764.462.55
HexD762DD3380D129403f
Octal32714233537001545110077
Binary1101011111000101101110111111000011011001010011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D762DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D762DD; }

 p { color: rgb(215,98,221); }

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

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

 a { background-color: rgb(215,98,221); }

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

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

 span { border-color: rgb(215,98,221); }

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