#D368D5

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

Shades of Orchid #D368D5

Tints of Orchid #D368D5

Color information

#D368D5 (or 0xD368D5) is unknown color: approx Orchid. HEX triplet: D3, 68 and D5. RGB value is (211,104,213). Sum of RGB (Red+Green+Blue) = 211+104+213=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 104 (41.02% from 255 or 19.70% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 213 - color contains mainly: blue. Hex color #D368D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D368D5 is #2C972A. Grayscale: #949494. Windows color (decimal): -2922283 or 13986003. OLE color: 13986003.

HSL color Cylindrical-coordinate representation of color #D368D5: hue angle of 298.9º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D368D5 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB211104213-
CMYK0.010.5100.16
HSL298.9º56.48%62.16%-
HSV(B)298.9º51.17%83.53%-
XYZ43.8228.5566.15-
YUV148.42164.45172.64-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.96%
GREEN value IS 104 (41.02% from 255) = 19.70%
BLUE value IS 213 (83.59% from 255) = 40.34%
R=39.96%
G=19.70%
B=40.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2111042130.010.5100.16298.956.4862.16
HexD368D513301012b383e
Octal3231503251630204537076
Binary110100111101000110101011110011010000100101011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D368D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D368D5; }

 p { color: rgb(211,104,213); }

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

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

 a { background-color: rgb(211,104,213); }

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

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

 span { border-color: rgb(211,104,213); }

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