#D069DE

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

Shades of Orchid #D069DE

Tints of Orchid #D069DE

Color information

#D069DE (or 0xD069DE) is unknown color: approx Orchid. HEX triplet: D0, 69 and DE. RGB value is (208,105,222). Sum of RGB (Red+Green+Blue) = 208+105+222=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 105 (41.41% from 255 or 19.63% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #D069DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D069DE is #2F9621. Grayscale: #949494. Windows color (decimal): -3118626 or 14576080. OLE color: 14576080.

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

Color convert

RGB208105222-
CMYK0.060.5300.13
HSL292.82º63.93%64.12%-
HSV(B)292.82º52.7%87.06%-
XYZ44.2528.7972.33-
YUV149.14169.12169.99-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.88%
GREEN value IS 105 (41.41% from 255) = 19.63%
BLUE value IS 222 (87.11% from 255) = 41.50%
R=38.88%
G=19.63%
B=41.50%

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
Decimal2081052220.060.5300.13292.8263.9364.12
HexD069DE6350D1254040
Octal320151336665015445100100
Binary110100001101001110111101101101010110110010010110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D069DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D069DE; }

 p { color: rgb(208,105,222); }

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

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

 a { background-color: rgb(208,105,222); }

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

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

 span { border-color: rgb(208,105,222); }

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