#D068D1

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

Shades of Orchid #D068D1

Tints of Orchid #D068D1

Color information

#D068D1 (or 0xD068D1) is unknown color: approx Orchid. HEX triplet: D0, 68 and D1. RGB value is (208,104,209). Sum of RGB (Red+Green+Blue) = 208+104+209=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 209 - color contains mainly: blue. Hex color #D068D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D068D1 is #2F972E. Grayscale: #929292. Windows color (decimal): -3118895 or 13723856. OLE color: 13723856.

HSL color Cylindrical-coordinate representation of color #D068D1: hue angle of 299.43º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D068D1 is Cyan = 0.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB208104209-
CMYK0.000.5000.18
HSL299.43º53.3%61.37%-
HSV(B)299.43º50.24%81.96%-
XYZ42.4727.9163.47-
YUV147.07162.96171.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.92%
GREEN value IS 104 (41.02% from 255) = 19.96%
BLUE value IS 209 (82.03% from 255) = 40.12%
R=39.92%
G=19.96%
B=40.12%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081042090.000.5000.18299.4353.361.37
HexD068D103201212b353d
Octal3201503210620224536575
Binary110100001101000110100010110010010010100101011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D068D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D068D1; }

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

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

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

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

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

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

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

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