#DA6BCA

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

Shades of Orchid #DA6BCA

Tints of Orchid #DA6BCA

Color information

#DA6BCA (or 0xDA6BCA) is unknown color: approx Orchid. HEX triplet: DA, 6B and CA. RGB value is (218,107,202). Sum of RGB (Red+Green+Blue) = 218+107+202=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 107 (42.19% from 255 or 20.30% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6BCA is #259435. Grayscale: #969696. Windows color (decimal): -2462774 or 13265882. OLE color: 13265882.

HSL color Cylindrical-coordinate representation of color #DA6BCA: hue angle of 308.65º 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 #DA6BCA is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB218107202-
CMYK00.510.070.15
HSL308.65º60%63.73%-
HSV(B)308.65º50.92%85.49%-
XYZ44.8329.6959.24-
YUV151.02156.77175.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.37%
GREEN value IS 107 (42.19% from 255) = 20.30%
BLUE value IS 202 (79.30% from 255) = 38.33%
R=41.37%
G=20.30%
B=38.33%

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
Decimal21810720200.510.070.15308.656063.73
HexDA6BCA0337F1353c40
Octal33215331206371746574100
Binary11011010110101111001010011001111111111001101011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6BCA; }

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

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

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

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

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

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

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

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