#D688D3

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

Shades of Orchid #D688D3

Tints of Orchid #D688D3

Color information

#D688D3 (or 0xD688D3) is unknown color: approx Orchid. HEX triplet: D6, 88 and D3. RGB value is (214,136,211). Sum of RGB (Red+Green+Blue) = 214+136+211=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 136 (53.52% from 255 or 24.24% from 561); Blue value is 211 (82.81% from 255 or 37.61% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D688D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D688D3 is #29772C. Grayscale: #A7A7A7. Windows color (decimal): -2717485 or 13863126. OLE color: 13863126.

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

Color convert

RGB214136211-
CMYK00.360.010.16
HSL302.31º48.75%68.63%-
HSV(B)302.31º36.45%83.92%-
XYZ48.2936.6166.15-
YUV167.87152.34160.9-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.15%
GREEN value IS 136 (53.52% from 255) = 24.24%
BLUE value IS 211 (82.81% from 255) = 37.61%
R=38.15%
G=24.24%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413621100.360.010.16302.3148.7568.63
HexD688D302411012e3145
Octal32621032304412045661105
Binary11010110100010001101001101001001100001001011101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D688D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D688D3; }

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

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

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

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

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

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

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

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