#DA84CB

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

Shades of Orchid #DA84CB

Tints of Orchid #DA84CB

Color information

#DA84CB (or 0xDA84CB) is unknown color: approx Orchid. HEX triplet: DA, 84 and CB. RGB value is (218,132,203). Sum of RGB (Red+Green+Blue) = 218+132+203=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DA84CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA84CB is #257B34. Grayscale: #A5A5A5. Windows color (decimal): -2456373 or 13337818. OLE color: 13337818.

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

Color convert

RGB218132203-
CMYK00.390.070.15
HSL310.47º53.75%68.63%-
HSV(B)310.47º39.45%85.49%-
XYZ47.9435.7260.87-
YUV165.81148.99165.23-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.42%
GREEN value IS 132 (51.95% from 255) = 23.87%
BLUE value IS 203 (79.69% from 255) = 36.71%
R=39.42%
G=23.87%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813220300.390.070.15310.4753.7568.63
HexDA84CB0277F1363645
Octal33220431304771746666105
Binary110110101000010011001011010011111111111001101101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA84CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA84CB; }

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

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

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

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

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

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

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

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