#DC7BCA

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

Shades of Orchid #DC7BCA

Tints of Orchid #DC7BCA

Color information

#DC7BCA (or 0xDC7BCA) is unknown color: approx Orchid. HEX triplet: DC, 7B and CA. RGB value is (220,123,202). Sum of RGB (Red+Green+Blue) = 220+123+202=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 123 (48.44% from 255 or 22.57% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7BCA is #238435. Grayscale: #A0A0A0. Windows color (decimal): -2327606 or 13269980. OLE color: 13269980.

HSL color Cylindrical-coordinate representation of color #DC7BCA: hue angle of 311.13º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7BCA is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB220123202-
CMYK00.440.080.14
HSL311.13º58.08%67.25%-
HSV(B)311.13º44.09%86.27%-
XYZ47.2633.6559.88-
YUV161.01151.14170.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.37%
GREEN value IS 123 (48.44% from 255) = 22.57%
BLUE value IS 202 (79.30% from 255) = 37.06%
R=40.37%
G=22.57%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012320200.440.080.14311.1358.0867.25
HexDC7BCA02C8E1373a43
Octal334173312054101646772103
Binary110111001111011110010100101100100011101001101111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7BCA; }

 p { color: rgb(220,123,202); }

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

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

 a { background-color: rgb(220,123,202); }

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

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

 span { border-color: rgb(220,123,202); }

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