#D069E5

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

Shades of Orchid #D069E5

Tints of Orchid #D069E5

Color information

#D069E5 (or 0xD069E5) is unknown color: approx Orchid. HEX triplet: D0, 69 and E5. RGB value is (208,105,229). Sum of RGB (Red+Green+Blue) = 208+105+229=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 105 (41.41% from 255 or 19.37% from 542); Blue value is 229 (89.84% from 255 or 42.25% from 542); Max value from RGB is 229 - color contains mainly: blue. Hex color #D069E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D069E5 is #2F961A. Grayscale: #959595. Windows color (decimal): -3118619 or 15034832. OLE color: 15034832.

HSL color Cylindrical-coordinate representation of color #D069E5: hue angle of 289.84º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D069E5 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB208105229-
CMYK0.090.5400.10
HSL289.84º70.45%65.49%-
HSV(B)289.84º54.15%89.8%-
XYZ45.2129.1777.38-
YUV149.93172.62169.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.38%
GREEN value IS 105 (41.41% from 255) = 19.37%
BLUE value IS 229 (89.84% from 255) = 42.25%
R=38.38%
G=19.37%
B=42.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2081052290.090.5400.10289.8470.4565.49
HexD069E59360A1224641
Octal3201513451166012442106101
Binary1101000011010011110010110011101100101010010001010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D069E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D069E5; }

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

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

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

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

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

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

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

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