#D068DD

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

Shades of Orchid #D068DD

Tints of Orchid #D068DD

Color information

#D068DD (or 0xD068DD) is unknown color: approx Orchid. HEX triplet: D0, 68 and DD. RGB value is (208,104,221). Sum of RGB (Red+Green+Blue) = 208+104+221=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 104 (41.02% from 255 or 19.51% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #D068DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D068DD is #2F9722. Grayscale: #949494. Windows color (decimal): -3118883 or 14510288. OLE color: 14510288.

HSL color Cylindrical-coordinate representation of color #D068DD: hue angle of 293.33º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D068DD is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208104221-
CMYK0.060.5300.13
HSL293.33º63.24%63.73%-
HSV(B)293.33º52.94%86.67%-
XYZ44.0128.5371.59-
YUV148.43168.96170.49-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.02%
GREEN value IS 104 (41.02% from 255) = 19.51%
BLUE value IS 221 (86.72% from 255) = 41.46%
R=39.02%
G=19.51%
B=41.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081042210.060.5300.13293.3363.2463.73
HexD068DD6350D1253f40
Octal32015033566501544577100
Binary11010000110100011011101110110101011011001001011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D068DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D068DD; }

 p { color: rgb(208,104,221); }

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

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

 a { background-color: rgb(208,104,221); }

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

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

 span { border-color: rgb(208,104,221); }

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