#D688CD

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

Shades of Orchid #D688CD

Tints of Orchid #D688CD

Color information

#D688CD (or 0xD688CD) is unknown color: approx Orchid. HEX triplet: D6, 88 and CD. RGB value is (214,136,205). Sum of RGB (Red+Green+Blue) = 214+136+205=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 136 (53.52% from 255 or 24.50% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D688CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D688CD is #297732. Grayscale: #A6A6A6. Windows color (decimal): -2717491 or 13469910. OLE color: 13469910.

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

Color convert

RGB214136205-
CMYK00.360.040.16
HSL306.92º48.75%68.63%-
HSV(B)306.92º36.45%83.92%-
XYZ47.5636.3162.26-
YUV167.19149.34161.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.56%
GREEN value IS 136 (53.52% from 255) = 24.50%
BLUE value IS 205 (80.47% from 255) = 36.94%
R=38.56%
G=24.50%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413620500.360.040.16306.9248.7568.63
HexD688CD0244101333145
Octal32621031504442046361105
Binary1101011010001000110011010100100100100001001100111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D688CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D688CD; }

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

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

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

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

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

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

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

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