#D688CC

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

Shades of Orchid #D688CC

Tints of Orchid #D688CC

Color information

#D688CC (or 0xD688CC) is unknown color: approx Orchid. HEX triplet: D6, 88 and CC. RGB value is (214,136,204). Sum of RGB (Red+Green+Blue) = 214+136+204=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 136 (53.52% from 255 or 24.55% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 214 - color contains mainly: red. Hex color #D688CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D688CC is #297733. Grayscale: #A6A6A6. Windows color (decimal): -2717492 or 13404374. OLE color: 13404374.

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

Color convert

RGB214136204-
CMYK00.360.050.16
HSL307.69º48.75%68.63%-
HSV(B)307.69º36.45%83.92%-
XYZ47.4336.2661.63-
YUV167.07148.84161.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.63%
GREEN value IS 136 (53.52% from 255) = 24.55%
BLUE value IS 204 (80.08% from 255) = 36.82%
R=38.63%
G=24.55%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413620400.360.050.16307.6948.7568.63
HexD688CC0245101343145
Octal32621031404452046461105
Binary1101011010001000110011000100100101100001001101001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D688CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D688CC; }

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

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

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

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

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

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

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

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