#DA6BCB

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

Shades of Orchid #DA6BCB

Tints of Orchid #DA6BCB

Color information

#DA6BCB (or 0xDA6BCB) is unknown color: approx Orchid. HEX triplet: DA, 6B and CB. RGB value is (218,107,203). Sum of RGB (Red+Green+Blue) = 218+107+203=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 107 (42.19% from 255 or 20.27% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6BCB is #259434. Grayscale: #969696. Windows color (decimal): -2462773 or 13331418. OLE color: 13331418.

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

Color convert

RGB218107203-
CMYK00.510.070.15
HSL308.11º60%63.73%-
HSV(B)308.11º50.92%85.49%-
XYZ44.9529.7359.87-
YUV151.13157.27175.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.29%
GREEN value IS 107 (42.19% from 255) = 20.27%
BLUE value IS 203 (79.69% from 255) = 38.45%
R=41.29%
G=20.27%
B=38.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810720300.510.070.15308.116063.73
HexDA6BCB0337F1343c40
Octal33215331306371746474100
Binary11011010110101111001011011001111111111001101001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6BCB; }

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

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

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

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

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

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

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

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