#DA65D0

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

Shades of Orchid #DA65D0

Tints of Orchid #DA65D0

Color information

#DA65D0 (or 0xDA65D0) is unknown color: approx Orchid. HEX triplet: DA, 65 and D0. RGB value is (218,101,208). Sum of RGB (Red+Green+Blue) = 218+101+208=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DA65D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA65D0 is #259A2F. Grayscale: #939393. Windows color (decimal): -2464304 or 13657562. OLE color: 13657562.

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

Color convert

RGB218101208-
CMYK00.540.050.15
HSL305.13º61.26%62.55%-
HSV(B)305.13º53.67%85.49%-
XYZ44.9528.7762.86-
YUV148.18161.76177.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.37%
GREEN value IS 101 (39.84% from 255) = 19.17%
BLUE value IS 208 (81.64% from 255) = 39.47%
R=41.37%
G=19.17%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810120800.540.050.15305.1361.2662.55
HexDA65D00365F1313d3f
Octal3321453200665174617577
Binary1101101011001011101000001101101011111100110001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA65D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA65D0; }

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

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

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

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

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

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

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

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