#DC7CCF

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

Shades of Orchid #DC7CCF

Tints of Orchid #DC7CCF

Color information

#DC7CCF (or 0xDC7CCF) is unknown color: approx Orchid. HEX triplet: DC, 7C and CF. RGB value is (220,124,207). Sum of RGB (Red+Green+Blue) = 220+124+207=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 124 (48.83% from 255 or 22.50% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7CCF is #238330. Grayscale: #A1A1A1. Windows color (decimal): -2327345 or 13597916. OLE color: 13597916.

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

Color convert

RGB220124207-
CMYK00.440.060.14
HSL308.12º57.83%67.45%-
HSV(B)308.12º43.64%86.27%-
XYZ47.9934.1463.09-
YUV162.17153.3169.25-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.93%
GREEN value IS 124 (48.83% from 255) = 22.50%
BLUE value IS 207 (81.25% from 255) = 37.57%
R=39.93%
G=22.50%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012420700.440.060.14308.1257.8367.45
HexDC7CCF02C6E1343a43
Octal33417431705461646472103
Binary11011100111110011001111010110011011101001101001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7CCF; }

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

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

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

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

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

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

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

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