#DA71CB

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

Shades of Orchid #DA71CB

Tints of Orchid #DA71CB

Color information

#DA71CB (or 0xDA71CB) is unknown color: approx Orchid. HEX triplet: DA, 71 and CB. RGB value is (218,113,203). Sum of RGB (Red+Green+Blue) = 218+113+203=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 113 (44.53% from 255 or 21.16% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DA71CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA71CB is #258E34. Grayscale: #9A9A9A. Windows color (decimal): -2461237 or 13332954. OLE color: 13332954.

HSL color Cylindrical-coordinate representation of color #DA71CB: hue angle of 308.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA71CB is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB218113203-
CMYK00.480.070.15
HSL308.57º58.66%64.9%-
HSV(B)308.57º48.17%85.49%-
XYZ45.631.0360.09-
YUV154.66155.29173.18-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.82%
GREEN value IS 113 (44.53% from 255) = 21.16%
BLUE value IS 203 (79.69% from 255) = 38.01%
R=40.82%
G=21.16%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811320300.480.070.15308.5758.6664.9
HexDA71CB0307F1353b41
Octal33216131306071746573101
Binary11011010111000111001011011000011111111001101011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA71CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA71CB; }

 p { color: rgb(218,113,203); }

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

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

 a { background-color: rgb(218,113,203); }

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

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

 span { border-color: rgb(218,113,203); }

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