#D378CA

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

Shades of Orchid #D378CA

Tints of Orchid #D378CA

Color information

#D378CA (or 0xD378CA) is unknown color: approx Orchid. HEX triplet: D3, 78 and CA. RGB value is (211,120,202). Sum of RGB (Red+Green+Blue) = 211+120+202=533 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.59% from 533); Green value is 120 (47.27% from 255 or 22.51% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 211 - color contains mainly: red. Hex color #D378CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D378CA is #2C8735. Grayscale: #9C9C9C. Windows color (decimal): -2918198 or 13269203. OLE color: 13269203.

HSL color Cylindrical-coordinate representation of color #D378CA: hue angle of 305.93º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D378CA is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB211120202-
CMYK00.430.040.17
HSL305.93º50.84%64.9%-
HSV(B)305.93º43.13%82.75%-
XYZ44.2431.5559.63-
YUV156.56153.65166.83-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.59%
GREEN value IS 120 (47.27% from 255) = 22.51%
BLUE value IS 202 (79.30% from 255) = 37.90%
R=39.59%
G=22.51%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112020200.430.040.17305.9350.8464.9
HexD378CA02B4111323341
Octal32317031205342146263101
Binary110100111111000110010100101011100100011001100101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D378CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D378CA; }

 p { color: rgb(211,120,202); }

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

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

 a { background-color: rgb(211,120,202); }

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

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

 span { border-color: rgb(211,120,202); }

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