#D17BBE

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

Shades of Orchid #D17BBE

Tints of Orchid #D17BBE

Color information

#D17BBE (or 0xD17BBE) is unknown color: approx Orchid. HEX triplet: D1, 7B and BE. RGB value is (209,123,190). Sum of RGB (Red+Green+Blue) = 209+123+190=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 123 (48.44% from 255 or 23.56% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 209 - color contains mainly: red. Hex color #D17BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17BBE is #2E8441. Grayscale: #9C9C9C. Windows color (decimal): -3048514 or 12483537. OLE color: 12483537.

HSL color Cylindrical-coordinate representation of color #D17BBE: hue angle of 313.26º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D17BBE is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB209123190-
CMYK00.410.090.18
HSL313.26º48.31%65.1%-
HSV(B)313.26º41.15%81.96%-
XYZ42.6731.4452.53-
YUV156.35146.99165.55-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.04%
GREEN value IS 123 (48.44% from 255) = 23.56%
BLUE value IS 190 (74.61% from 255) = 36.40%
R=40.04%
G=23.56%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912319000.410.090.18313.2648.3165.1
HexD17BBE0299121393041
Octal321173276051112247160101
Binary1101000111110111011111001010011001100101001110011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17BBE; }

 p { color: rgb(209,123,190); }

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

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

 a { background-color: rgb(209,123,190); }

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

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

 span { border-color: rgb(209,123,190); }

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