#DA66C4

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

Shades of Orchid #DA66C4

Tints of Orchid #DA66C4

Color information

#DA66C4 (or 0xDA66C4) is unknown color: approx Orchid. HEX triplet: DA, 66 and C4. RGB value is (218,102,196). Sum of RGB (Red+Green+Blue) = 218+102+196=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 102 (40.23% from 255 or 19.77% from 516); Blue value is 196 (76.95% from 255 or 37.98% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA66C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA66C4 is #25993B. Grayscale: #939393. Windows color (decimal): -2464060 or 12871386. OLE color: 12871386.

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

Color convert

RGB218102196-
CMYK00.530.100.15
HSL311.38º61.05%62.75%-
HSV(B)311.38º53.21%85.49%-
XYZ43.6328.3955.41-
YUV147.4155.43178.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.25%
GREEN value IS 102 (40.23% from 255) = 19.77%
BLUE value IS 196 (76.95% from 255) = 37.98%
R=42.25%
G=19.77%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810219600.530.100.15311.3861.0562.75
HexDA66C4035AF1373d3f
Octal33214630406512174677577
Binary11011010110011011000100011010110101111100110111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA66C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA66C4; }

 p { color: rgb(218,102,196); }

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

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

 a { background-color: rgb(218,102,196); }

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

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

 span { border-color: rgb(218,102,196); }

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