#D380C3

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

Shades of Orchid #D380C3

Tints of Orchid #D380C3

Color information

#D380C3 (or 0xD380C3) is unknown color: approx Orchid. HEX triplet: D3, 80 and C3. RGB value is (211,128,195). Sum of RGB (Red+Green+Blue) = 211+128+195=534 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.51% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 195 (76.56% from 255 or 36.52% from 534); Max value from RGB is 211 - color contains mainly: red. Hex color #D380C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D380C3 is #2C7F3C. Grayscale: #A0A0A0. Windows color (decimal): -2916157 or 12812499. OLE color: 12812499.

HSL color Cylindrical-coordinate representation of color #D380C3: hue angle of 311.57º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D380C3 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB211128195-
CMYK00.390.080.17
HSL311.57º48.54%66.47%-
HSV(B)311.57º39.34%82.75%-
XYZ44.4333.2355.7-
YUV160.45147.5164.05-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.51%
GREEN value IS 128 (50.39% from 255) = 23.97%
BLUE value IS 195 (76.56% from 255) = 36.52%
R=39.51%
G=23.97%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112819500.390.080.17311.5748.5466.47
HexD380C30278111383142
Octal323200303047102147061102
Binary11010011100000001100001101001111000100011001110001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D380C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D380C3; }

 p { color: rgb(211,128,195); }

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

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

 a { background-color: rgb(211,128,195); }

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

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

 span { border-color: rgb(211,128,195); }

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