#DC7CD3

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

Shades of Orchid #DC7CD3

Tints of Orchid #DC7CD3

Color information

#DC7CD3 (or 0xDC7CD3) is unknown color: approx Orchid. HEX triplet: DC, 7C and D3. RGB value is (220,124,211). Sum of RGB (Red+Green+Blue) = 220+124+211=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 124 (48.83% from 255 or 22.34% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7CD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7CD3 is #23832C. Grayscale: #A2A2A2. Windows color (decimal): -2327341 or 13860060. OLE color: 13860060.

HSL color Cylindrical-coordinate representation of color #DC7CD3: hue angle of 305.62º 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 #DC7CD3 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB220124211-
CMYK00.440.040.14
HSL305.62º57.83%67.45%-
HSV(B)305.62º43.64%86.27%-
XYZ48.4834.3365.7-
YUV162.62155.3168.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.64%
GREEN value IS 124 (48.83% from 255) = 22.34%
BLUE value IS 211 (82.81% from 255) = 38.02%
R=39.64%
G=22.34%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012421100.440.040.14305.6257.8367.45
HexDC7CD302C4E1323a43
Octal33417432305441646272103
Binary11011100111110011010011010110010011101001100101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7CD3; }

 p { color: rgb(220,124,211); }

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

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

 a { background-color: rgb(220,124,211); }

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

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

 span { border-color: rgb(220,124,211); }

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