#DA65B7

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

Shades of Orchid #DA65B7

Tints of Orchid #DA65B7

Color information

#DA65B7 (or 0xDA65B7) is unknown color: approx Orchid. HEX triplet: DA, 65 and B7. RGB value is (218,101,183). Sum of RGB (Red+Green+Blue) = 218+101+183=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 183 (71.88% from 255 or 36.45% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DA65B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA65B7 is #259A48. Grayscale: #919191. Windows color (decimal): -2464329 or 12019162. OLE color: 12019162.

HSL color Cylindrical-coordinate representation of color #DA65B7: hue angle of 317.95º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA65B7 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB218101183-
CMYK00.540.160.15
HSL317.95º61.26%62.55%-
HSV(B)317.95º53.67%85.49%-
XYZ42.1127.6347.91-
YUV145.33149.26179.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.43%
GREEN value IS 101 (39.84% from 255) = 20.12%
BLUE value IS 183 (71.88% from 255) = 36.45%
R=43.43%
G=20.12%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810118300.540.160.15317.9561.2662.55
HexDA65B703610F13e3d3f
Octal33214526706620174767577
Binary110110101100101101101110110110100001111100111110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA65B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA65B7; }

 p { color: rgb(218,101,183); }

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

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

 a { background-color: rgb(218,101,183); }

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

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

 span { border-color: rgb(218,101,183); }

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