#DA64C6

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

Shades of Orchid #DA64C6

Tints of Orchid #DA64C6

Color information

#DA64C6 (or 0xDA64C6) is unknown color: approx Orchid. HEX triplet: DA, 64 and C6. RGB value is (218,100,198). Sum of RGB (Red+Green+Blue) = 218+100+198=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 100 (39.45% from 255 or 19.38% from 516); Blue value is 198 (77.73% from 255 or 38.37% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA64C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA64C6 is #259B39. Grayscale: #929292. Windows color (decimal): -2464570 or 13001946. OLE color: 13001946.

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

Color convert

RGB218100198-
CMYK00.540.090.15
HSL310.17º61.46%62.35%-
HSV(B)310.17º54.13%85.49%-
XYZ43.6628.156.55-
YUV146.45157.09179.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.25%
GREEN value IS 100 (39.45% from 255) = 19.38%
BLUE value IS 198 (77.73% from 255) = 38.37%
R=42.25%
G=19.38%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810019800.540.090.15310.1761.4662.35
HexDA64C60369F1363d3e
Octal33214430606611174667576
Binary11011010110010011000110011011010011111100110110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA64C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA64C6; }

 p { color: rgb(218,100,198); }

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

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

 a { background-color: rgb(218,100,198); }

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

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

 span { border-color: rgb(218,100,198); }

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