#DA65CD

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

Shades of Orchid #DA65CD

Tints of Orchid #DA65CD

Color information

#DA65CD (or 0xDA65CD) is unknown color: approx Orchid. HEX triplet: DA, 65 and CD. RGB value is (218,101,205). Sum of RGB (Red+Green+Blue) = 218+101+205=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 101 (39.84% from 255 or 19.27% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DA65CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA65CD is #259A32. Grayscale: #939393. Windows color (decimal): -2464307 or 13460954. OLE color: 13460954.

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

Color convert

RGB218101205-
CMYK00.540.060.15
HSL306.67º61.26%62.55%-
HSV(B)306.67º53.67%85.49%-
XYZ44.5928.6260.93-
YUV147.84160.26178.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.60%
GREEN value IS 101 (39.84% from 255) = 19.27%
BLUE value IS 205 (80.47% from 255) = 39.12%
R=41.60%
G=19.27%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810120500.540.060.15306.6761.2662.55
HexDA65CD0366F1333d3f
Octal3321453150666174637577
Binary1101101011001011100110101101101101111100110011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA65CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA65CD; }

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

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

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

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

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

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

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

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