#D380C4

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

Shades of Orchid #D380C4

Tints of Orchid #D380C4

Color information

#D380C4 (or 0xD380C4) is unknown color: approx Orchid. HEX triplet: D3, 80 and C4. RGB value is (211,128,196). Sum of RGB (Red+Green+Blue) = 211+128+196=535 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.44% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 196 (76.95% from 255 or 36.64% from 535); Max value from RGB is 211 - color contains mainly: red. Hex color #D380C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D380C4 is #2C7F3B. Grayscale: #A0A0A0. Windows color (decimal): -2916156 or 12878035. OLE color: 12878035.

HSL color Cylindrical-coordinate representation of color #D380C4: hue angle of 310.84º 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 #D380C4 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB211128196-
CMYK00.390.070.17
HSL310.84º48.54%66.47%-
HSV(B)310.84º39.34%82.75%-
XYZ44.5533.2756.3-
YUV160.57148163.97-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.44%
GREEN value IS 128 (50.39% from 255) = 23.93%
BLUE value IS 196 (76.95% from 255) = 36.64%
R=39.44%
G=23.93%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112819600.390.070.17310.8448.5466.47
HexD380C40277111373142
Octal32320030404772146761102
Binary1101001110000000110001000100111111100011001101111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D380C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D380C4; }

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

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

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

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

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

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

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

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