#D375E6

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

Shades of Orchid #D375E6

Tints of Orchid #D375E6

Color information

#D375E6 (or 0xD375E6) is unknown color: approx Orchid. HEX triplet: D3, 75 and E6. RGB value is (211,117,230). Sum of RGB (Red+Green+Blue) = 211+117+230=558 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.81% from 558); Green value is 117 (46.09% from 255 or 20.97% from 558); Blue value is 230 (90.23% from 255 or 41.22% from 558); Max value from RGB is 230 - color contains mainly: blue. Hex color #D375E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D375E6 is #2C8A19. Grayscale: #9D9D9D. Windows color (decimal): -2918938 or 15103443. OLE color: 15103443.

HSL color Cylindrical-coordinate representation of color #D375E6: hue angle of 289.91º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D375E6 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB211117230-
CMYK0.080.4900.10
HSL289.91º69.33%68.04%-
HSV(B)289.91º49.13%90.2%-
XYZ47.5132.2878.59-
YUV157.99168.64165.81-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.81%
GREEN value IS 117 (46.09% from 255) = 20.97%
BLUE value IS 230 (90.23% from 255) = 41.22%
R=37.81%
G=20.97%
B=41.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2111172300.080.4900.10289.9169.3368.04
HexD375E68310A1224544
Octal3231653461061012442105104
Binary1101001111101011110011010001100010101010010001010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D375E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D375E6; }

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

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

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

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

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

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

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

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