#DC7FDD

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

Shades of Orchid #DC7FDD

Tints of Orchid #DC7FDD

Color information

#DC7FDD (or 0xDC7FDD) is unknown color: approx Orchid. HEX triplet: DC, 7F and DD. RGB value is (220,127,221). Sum of RGB (Red+Green+Blue) = 220+127+221=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 127 (50% from 255 or 22.36% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC7FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7FDD is #238022. Grayscale: #A5A5A5. Windows color (decimal): -2326563 or 14516188. OLE color: 14516188.

HSL color Cylindrical-coordinate representation of color #DC7FDD: hue angle of 299.36º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC7FDD is Cyan = 0.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220127221-
CMYK0.000.4300.13
HSL299.36º58.02%68.24%-
HSV(B)299.36º42.53%86.67%-
XYZ50.1635.6172.64-
YUV165.52159.31166.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.73%
GREEN value IS 127 (50% from 255) = 22.36%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=38.73%
G=22.36%
B=38.91%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201272210.000.4300.13299.3658.0268.24
HexDC7FDD02B0D12b3a44
Octal33417733505301545372104
Binary110111001111111110111010101011011011001010111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7FDD; }

 p { color: rgb(220,127,221); }

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

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

 a { background-color: rgb(220,127,221); }

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

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

 span { border-color: rgb(220,127,221); }

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