#D687C7

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

Shades of Orchid #D687C7

Tints of Orchid #D687C7

Color information

#D687C7 (or 0xD687C7) is unknown color: approx Orchid. HEX triplet: D6, 87 and C7. RGB value is (214,135,199). Sum of RGB (Red+Green+Blue) = 214+135+199=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 135 (53.12% from 255 or 24.64% from 548); Blue value is 199 (78.12% from 255 or 36.31% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D687C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D687C7 is #297838. Grayscale: #A5A5A5. Windows color (decimal): -2717753 or 13076438. OLE color: 13076438.

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

Color convert

RGB214135199-
CMYK00.370.070.16
HSL311.39º49.07%68.43%-
HSV(B)311.39º36.92%83.92%-
XYZ46.735.7558.47-
YUV165.92146.67162.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.05%
GREEN value IS 135 (53.12% from 255) = 24.64%
BLUE value IS 199 (78.12% from 255) = 36.31%
R=39.05%
G=24.64%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413519900.370.070.16311.3949.0768.43
HexD687C70257101373144
Octal32620730704572046761104
Binary1101011010000111110001110100101111100001001101111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D687C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D687C7; }

 p { color: rgb(214,135,199); }

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

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

 a { background-color: rgb(214,135,199); }

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

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

 span { border-color: rgb(214,135,199); }

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