#DA67C6

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

Shades of Orchid #DA67C6

Tints of Orchid #DA67C6

Color information

#DA67C6 (or 0xDA67C6) is unknown color: approx Orchid. HEX triplet: DA, 67 and C6. RGB value is (218,103,198). Sum of RGB (Red+Green+Blue) = 218+103+198=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 103 (40.62% from 255 or 19.85% from 519); Blue value is 198 (77.73% from 255 or 38.15% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA67C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA67C6 is #259839. Grayscale: #939393. Windows color (decimal): -2463802 or 13002714. OLE color: 13002714.

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

Color convert

RGB218103198-
CMYK00.530.090.15
HSL310.43º60.85%62.94%-
HSV(B)310.43º52.75%85.49%-
XYZ43.9628.6856.65-
YUV148.22156.1177.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.00%
GREEN value IS 103 (40.62% from 255) = 19.85%
BLUE value IS 198 (77.73% from 255) = 38.15%
R=42.00%
G=19.85%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810319800.530.090.15310.4360.8562.94
HexDA67C60359F1363d3f
Octal33214730606511174667577
Binary11011010110011111000110011010110011111100110110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA67C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA67C6; }

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

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

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

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

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

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

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

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