#d768c9

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

Shades of Orchid #D768C9

Tints of Orchid #D768C9

Color information

#D768C9 (or 0xD768C9) is unknown color: approx Orchid. HEX triplet: D7, 68 and C9. RGB value is (215,104,201). Sum of RGB (Red+Green+Blue) = 215+104+201=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 104 (41.02% from 255 or 20% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D768C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D768C9 is #289736. Grayscale: #939393. Windows color (decimal): -2660151 or 13199575. OLE color: 13199575.

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

Color convert

RGB215104201-
CMYK00.520.070.16
HSL307.57º58.12%62.55%-
HSV(B)307.57º51.63%84.31%-
XYZ43.5228.5658.48-
YUV148.25157.77175.61-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.35%
GREEN value IS 104 (41.02% from 255) = 20%
BLUE value IS 201 (78.91% from 255) = 38.65%
R=41.35%
G=20%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510420100.520.070.16307.5758.1262.55
HexD768C90347101343a3f
Octal3271503110647204647277
Binary11010111110100011001001011010011110000100110100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d768c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d768c9; }

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

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

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

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

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

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

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

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