#DA7DDB

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

Shades of Orchid #DA7DDB

Tints of Orchid #DA7DDB

Color information

#DA7DDB (or 0xDA7DDB) is unknown color: approx Orchid. HEX triplet: DA, 7D and DB. RGB value is (218,125,219). Sum of RGB (Red+Green+Blue) = 218+125+219=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 125 (49.22% from 255 or 22.24% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA7DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7DDB is #258224. Grayscale: #A3A3A3. Windows color (decimal): -2458149 or 14384602. OLE color: 14384602.

HSL color Cylindrical-coordinate representation of color #DA7DDB: hue angle of 299.36º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA7DDB is Cyan = 0.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218125219-
CMYK0.000.4300.14
HSL299.36º56.63%67.45%-
HSV(B)299.36º42.92%85.88%-
XYZ49.0334.6971.13-
YUV163.52159.31166.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.79%
GREEN value IS 125 (49.22% from 255) = 22.24%
BLUE value IS 219 (85.94% from 255) = 38.97%
R=38.79%
G=22.24%
B=38.97%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181252190.000.4300.14299.3656.6367.45
HexDA7DDB02B0E12b3943
Octal33217533305301645371103
Binary110110101111101110110110101011011101001010111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7DDB; }

 p { color: rgb(218,125,219); }

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

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

 a { background-color: rgb(218,125,219); }

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

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

 span { border-color: rgb(218,125,219); }

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