#DA65D2

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

Shades of Orchid #DA65D2

Tints of Orchid #DA65D2

Color information

#DA65D2 (or 0xDA65D2) is unknown color: approx Orchid. HEX triplet: DA, 65 and D2. RGB value is (218,101,210). Sum of RGB (Red+Green+Blue) = 218+101+210=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 101 (39.84% from 255 or 19.09% from 529); Blue value is 210 (82.42% from 255 or 39.70% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DA65D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA65D2 is #259A2D. Grayscale: #949494. Windows color (decimal): -2464302 or 13788634. OLE color: 13788634.

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

Color convert

RGB218101210-
CMYK00.540.040.15
HSL304.1º61.26%62.55%-
HSV(B)304.1º53.67%85.49%-
XYZ45.228.8764.16-
YUV148.41162.76177.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.21%
GREEN value IS 101 (39.84% from 255) = 19.09%
BLUE value IS 210 (82.42% from 255) = 39.70%
R=41.21%
G=19.09%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810121000.540.040.15304.161.2662.55
HexDA65D20364F1303d3f
Octal3321453220664174607577
Binary1101101011001011101001001101101001111100110000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA65D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA65D2; }

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

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

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

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

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

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

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

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