#D375DC

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

Shades of Orchid #D375DC

Tints of Orchid #D375DC

Color information

#D375DC (or 0xD375DC) is unknown color: approx Orchid. HEX triplet: D3, 75 and DC. RGB value is (211,117,220). Sum of RGB (Red+Green+Blue) = 211+117+220=548 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.50% from 548); Green value is 117 (46.09% from 255 or 21.35% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #D375DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D375DC is #2C8A23. Grayscale: #9C9C9C. Windows color (decimal): -2918948 or 14448083. OLE color: 14448083.

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

Color convert

RGB211117220-
CMYK0.040.4700.14
HSL294.76º59.54%66.08%-
HSV(B)294.76º46.82%86.27%-
XYZ46.1431.7471.4-
YUV156.85163.64166.62-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.50%
GREEN value IS 117 (46.09% from 255) = 21.35%
BLUE value IS 220 (86.33% from 255) = 40.15%
R=38.50%
G=21.35%
B=40.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2111172200.040.4700.14294.7659.5466.08
HexD375DC42F0E1273c42
Octal32316533445701644774102
Binary11010011111010111011100100101111011101001001111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D375DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D375DC; }

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

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

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

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

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

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

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

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