#D662DD

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

Shades of Orchid #D662DD

Tints of Orchid #D662DD

Color information

#D662DD (or 0xD662DD) is unknown color: approx Orchid. HEX triplet: D6, 62 and DD. RGB value is (214,98,221). Sum of RGB (Red+Green+Blue) = 214+98+221=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 98 (38.67% from 255 or 18.39% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #D662DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D662DD is #299D22. Grayscale: #929292. Windows color (decimal): -2727203 or 14508758. OLE color: 14508758.

HSL color Cylindrical-coordinate representation of color #D662DD: hue angle of 296.59º 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 #D662DD is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21498221-
CMYK0.030.5600.13
HSL296.59º64.4%62.55%-
HSV(B)296.59º55.66%86.67%-
XYZ45.1528.2571.48-
YUV146.71169.93176-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.15%
GREEN value IS 98 (38.67% from 255) = 18.39%
BLUE value IS 221 (86.72% from 255) = 41.46%
R=40.15%
G=18.39%
B=41.46%

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
Decimal214982210.030.5600.13296.5964.462.55
HexD662DD3380D129403f
Octal32614233537001545110077
Binary1101011011000101101110111111000011011001010011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D662DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D662DD; }

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

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

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

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

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

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

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

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