#D069DD

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

Shades of Orchid #D069DD

Tints of Orchid #D069DD

Color information

#D069DD (or 0xD069DD) is unknown color: approx Orchid. HEX triplet: D0, 69 and DD. RGB value is (208,105,221). Sum of RGB (Red+Green+Blue) = 208+105+221=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #D069DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D069DD is #2F9622. Grayscale: #949494. Windows color (decimal): -3118627 or 14510544. OLE color: 14510544.

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

Color convert

RGB208105221-
CMYK0.060.5200.13
HSL293.28º63.04%63.92%-
HSV(B)293.28º52.49%86.67%-
XYZ44.1228.7371.63-
YUV149.02168.62170.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.95%
GREEN value IS 105 (41.41% from 255) = 19.66%
BLUE value IS 221 (86.72% from 255) = 41.39%
R=38.95%
G=19.66%
B=41.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081052210.060.5200.13293.2863.0463.92
HexD069DD6340D1253f40
Octal32015133566401544577100
Binary11010000110100111011101110110100011011001001011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D069DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D069DD; }

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

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

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

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

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

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

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

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