#D688D2

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

Shades of Orchid #D688D2

Tints of Orchid #D688D2

Color information

#D688D2 (or 0xD688D2) is unknown color: approx Orchid. HEX triplet: D6, 88 and D2. RGB value is (214,136,210). Sum of RGB (Red+Green+Blue) = 214+136+210=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 136 (53.52% from 255 or 24.29% from 560); Blue value is 210 (82.42% from 255 or 37.5% from 560); Max value from RGB is 214 - color contains mainly: red. Hex color #D688D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D688D2 is #29772D. Grayscale: #A7A7A7. Windows color (decimal): -2717486 or 13797590. OLE color: 13797590.

HSL color Cylindrical-coordinate representation of color #D688D2: hue angle of 303.08º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D688D2 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB214136210-
CMYK00.360.020.16
HSL303.08º48.75%68.63%-
HSV(B)303.08º36.45%83.92%-
XYZ48.1736.5665.49-
YUV167.76151.84160.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.21%
GREEN value IS 136 (53.52% from 255) = 24.29%
BLUE value IS 210 (82.42% from 255) = 37.5%
R=38.21%
G=24.29%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413621000.360.020.16303.0848.7568.63
HexD688D202421012f3145
Octal32621032204422045761105
Binary110101101000100011010010010010010100001001011111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D688D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D688D2; }

 p { color: rgb(214,136,210); }

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

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

 a { background-color: rgb(214,136,210); }

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

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

 span { border-color: rgb(214,136,210); }

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