#DA7BCC

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

Shades of Orchid #DA7BCC

Tints of Orchid #DA7BCC

Color information

#DA7BCC (or 0xDA7BCC) is unknown color: approx Orchid. HEX triplet: DA, 7B and CC. RGB value is (218,123,204). Sum of RGB (Red+Green+Blue) = 218+123+204=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 123 (48.44% from 255 or 22.57% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7BCC is #258433. Grayscale: #A0A0A0. Windows color (decimal): -2458676 or 13401050. OLE color: 13401050.

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

Color convert

RGB218123204-
CMYK00.440.060.15
HSL308.84º56.21%66.86%-
HSV(B)308.84º43.58%85.49%-
XYZ46.933.4361.11-
YUV160.64152.47168.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40%
GREEN value IS 123 (48.44% from 255) = 22.57%
BLUE value IS 204 (80.08% from 255) = 37.43%
R=40%
G=22.57%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812320400.440.060.15308.8456.2166.86
HexDA7BCC02C6F1353843
Octal33217331405461746570103
Binary11011010111101111001100010110011011111001101011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7BCC; }

 p { color: rgb(218,123,204); }

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

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

 a { background-color: rgb(218,123,204); }

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

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

 span { border-color: rgb(218,123,204); }

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