#D067DD

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

Shades of Orchid #D067DD

Tints of Orchid #D067DD

Color information

#D067DD (or 0xD067DD) is unknown color: approx Orchid. HEX triplet: D0, 67 and DD. RGB value is (208,103,221). Sum of RGB (Red+Green+Blue) = 208+103+221=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 103 (40.62% from 255 or 19.36% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #D067DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D067DD is #2F9822. Grayscale: #939393. Windows color (decimal): -3119139 or 14510032. OLE color: 14510032.

HSL color Cylindrical-coordinate representation of color #D067DD: hue angle of 293.39º 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 #D067DD is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208103221-
CMYK0.060.5300.13
HSL293.39º63.44%63.53%-
HSV(B)293.39º53.39%86.67%-
XYZ43.9128.3371.56-
YUV147.85169.29170.91-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.10%
GREEN value IS 103 (40.62% from 255) = 19.36%
BLUE value IS 221 (86.72% from 255) = 41.54%
R=39.10%
G=19.36%
B=41.54%

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
Decimal2081032210.060.5300.13293.3963.4463.53
HexD067DD6350D1253f40
Octal32014733566501544577100
Binary11010000110011111011101110110101011011001001011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D067DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D067DD; }

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

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

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

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

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

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

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

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