#D768BE

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

Shades of Orchid #D768BE

Tints of Orchid #D768BE

Color information

#D768BE (or 0xD768BE) is unknown color: approx Orchid. HEX triplet: D7, 68 and BE. RGB value is (215,104,190). Sum of RGB (Red+Green+Blue) = 215+104+190=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 215 - color contains mainly: red. Hex color #D768BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D768BE is #289741. Grayscale: #929292. Windows color (decimal): -2660162 or 12478679. OLE color: 12478679.

HSL color Cylindrical-coordinate representation of color #D768BE: hue angle of 313.51º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D768BE is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB215104190-
CMYK00.520.120.16
HSL313.51º58.12%62.55%-
HSV(B)313.51º51.63%84.31%-
XYZ42.2728.0751.9-
YUV146.99152.27176.51-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.24%
GREEN value IS 104 (41.02% from 255) = 20.43%
BLUE value IS 190 (74.61% from 255) = 37.33%
R=42.24%
G=20.43%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510419000.520.120.16313.5158.1262.55
HexD768BE034C1013a3a3f
Octal32715027606414204727277
Binary110101111101000101111100110100110010000100111010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D768BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D768BE; }

 p { color: rgb(215,104,190); }

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

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

 a { background-color: rgb(215,104,190); }

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

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

 span { border-color: rgb(215,104,190); }

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