#DA88D3

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

Shades of Orchid #DA88D3

Tints of Orchid #DA88D3

Color information

#DA88D3 (or 0xDA88D3) is unknown color: approx Orchid. HEX triplet: DA, 88 and D3. RGB value is (218,136,211). Sum of RGB (Red+Green+Blue) = 218+136+211=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 136 (53.52% from 255 or 24.07% from 565); Blue value is 211 (82.81% from 255 or 37.35% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DA88D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA88D3 is #25772C. Grayscale: #A8A8A8. Windows color (decimal): -2455341 or 13863130. OLE color: 13863130.

HSL color Cylindrical-coordinate representation of color #DA88D3: hue angle of 305.12º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA88D3 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB218136211-
CMYK00.380.030.15
HSL305.12º52.56%69.41%-
HSV(B)305.12º37.61%85.49%-
XYZ49.4837.2266.2-
YUV169.07151.67162.9-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.58%
GREEN value IS 136 (53.52% from 255) = 24.07%
BLUE value IS 211 (82.81% from 255) = 37.35%
R=38.58%
G=24.07%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813621100.380.030.15305.1252.5669.41
HexDA88D30263F1313545
Octal33221032304631746165105
Binary11011010100010001101001101001101111111001100011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA88D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA88D3; }

 p { color: rgb(218,136,211); }

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

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

 a { background-color: rgb(218,136,211); }

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

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

 span { border-color: rgb(218,136,211); }

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