#D768D2

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

Shades of Orchid #D768D2

Tints of Orchid #D768D2

Color information

#D768D2 (or 0xD768D2) is unknown color: approx Orchid. HEX triplet: D7, 68 and D2. RGB value is (215,104,210). Sum of RGB (Red+Green+Blue) = 215+104+210=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 104 (41.02% from 255 or 19.66% from 529); Blue value is 210 (82.42% from 255 or 39.70% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D768D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D768D2 is #28972D. Grayscale: #949494. Windows color (decimal): -2660142 or 13789399. OLE color: 13789399.

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

Color convert

RGB215104210-
CMYK00.520.020.16
HSL302.7º58.12%62.55%-
HSV(B)302.7º51.63%84.31%-
XYZ44.612964.22-
YUV149.27162.27174.88-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.64%
GREEN value IS 104 (41.02% from 255) = 19.66%
BLUE value IS 210 (82.42% from 255) = 39.70%
R=40.64%
G=19.66%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510421000.520.020.16302.758.1262.55
HexD768D203421012f3a3f
Octal3271503220642204577277
Binary1101011111010001101001001101001010000100101111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D768D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D768D2; }

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

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

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

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

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

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

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

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