#DC75DD

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

Shades of Orchid #DC75DD

Tints of Orchid #DC75DD

Color information

#DC75DD (or 0xDC75DD) is unknown color: approx Orchid. HEX triplet: DC, 75 and DD. RGB value is (220,117,221). Sum of RGB (Red+Green+Blue) = 220+117+221=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 117 (46.09% from 255 or 20.97% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC75DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC75DD is #238A22. Grayscale: #9F9F9F. Windows color (decimal): -2329123 or 14513628. OLE color: 14513628.

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

Color convert

RGB220117221-
CMYK0.000.4700.13
HSL299.42º60.47%66.27%-
HSV(B)299.42º47.06%86.67%-
XYZ48.9333.1672.23-
YUV159.65162.62171.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.43%
GREEN value IS 117 (46.09% from 255) = 20.97%
BLUE value IS 221 (86.72% from 255) = 39.61%
R=39.43%
G=20.97%
B=39.61%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201172210.000.4700.13299.4260.4766.27
HexDC75DD02F0D12b3c42
Octal33416533505701545374102
Binary110111001110101110111010101111011011001010111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC75DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC75DD; }

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

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

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

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

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

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

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

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