#DA7ECA

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

Shades of Orchid #DA7ECA

Tints of Orchid #DA7ECA

Color information

#DA7ECA (or 0xDA7ECA) is unknown color: approx Orchid. HEX triplet: DA, 7E and CA. RGB value is (218,126,202). Sum of RGB (Red+Green+Blue) = 218+126+202=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 126 (49.61% from 255 or 23.08% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7ECA is #258135. Grayscale: #A1A1A1. Windows color (decimal): -2457910 or 13270746. OLE color: 13270746.

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

Color convert

RGB218126202-
CMYK00.420.070.15
HSL310.43º55.42%67.45%-
HSV(B)310.43º42.2%85.49%-
XYZ47.0334.0959.98-
YUV162.17150.48167.82-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.93%
GREEN value IS 126 (49.61% from 255) = 23.08%
BLUE value IS 202 (79.30% from 255) = 37.00%
R=39.93%
G=23.08%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812620200.420.070.15310.4355.4267.45
HexDA7ECA02A7F1363743
Octal33217631205271746667103
Binary11011010111111011001010010101011111111001101101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7ECA; }

 p { color: rgb(218,126,202); }

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

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

 a { background-color: rgb(218,126,202); }

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

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

 span { border-color: rgb(218,126,202); }

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