#DA84CF

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

Shades of Orchid #DA84CF

Tints of Orchid #DA84CF

Color information

#DA84CF (or 0xDA84CF) is unknown color: approx Orchid. HEX triplet: DA, 84 and CF. RGB value is (218,132,207). Sum of RGB (Red+Green+Blue) = 218+132+207=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 132 (51.95% from 255 or 23.70% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 218 - color contains mainly: red. Hex color #DA84CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA84CF is #257B30. Grayscale: #A6A6A6. Windows color (decimal): -2456369 or 13599962. OLE color: 13599962.

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

Color convert

RGB218132207-
CMYK00.390.050.15
HSL307.67º53.75%68.63%-
HSV(B)307.67º39.45%85.49%-
XYZ48.4335.9163.41-
YUV166.26150.99164.9-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.14%
GREEN value IS 132 (51.95% from 255) = 23.70%
BLUE value IS 207 (81.25% from 255) = 37.16%
R=39.14%
G=23.70%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813220700.390.050.15307.6753.7568.63
HexDA84CF0275F1343645
Octal33220431704751746466105
Binary110110101000010011001111010011110111111001101001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA84CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA84CF; }

 p { color: rgb(218,132,207); }

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

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

 a { background-color: rgb(218,132,207); }

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

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

 span { border-color: rgb(218,132,207); }

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