#D688C8

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

Shades of Orchid #D688C8

Tints of Orchid #D688C8

Color information

#D688C8 (or 0xD688C8) is unknown color: approx Orchid. HEX triplet: D6, 88 and C8. RGB value is (214,136,200). Sum of RGB (Red+Green+Blue) = 214+136+200=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 136 (53.52% from 255 or 24.73% from 550); Blue value is 200 (78.52% from 255 or 36.36% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D688C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D688C8 is #297737. Grayscale: #A6A6A6. Windows color (decimal): -2717496 or 13142230. OLE color: 13142230.

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

Color convert

RGB214136200-
CMYK00.360.070.16
HSL310.77º48.75%68.63%-
HSV(B)310.77º36.45%83.92%-
XYZ46.9636.0759.13-
YUV166.62146.84161.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.91%
GREEN value IS 136 (53.52% from 255) = 24.73%
BLUE value IS 200 (78.52% from 255) = 36.36%
R=38.91%
G=24.73%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413620000.360.070.16310.7748.7568.63
HexD688C80247101373145
Octal32621031004472046761105
Binary1101011010001000110010000100100111100001001101111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D688C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D688C8; }

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

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

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

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

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

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

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

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