#D369C8

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

Shades of Orchid #D369C8

Tints of Orchid #D369C8

Color information

#D369C8 (or 0xD369C8) is unknown color: approx Orchid. HEX triplet: D3, 69 and C8. RGB value is (211,105,200). Sum of RGB (Red+Green+Blue) = 211+105+200=516 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.89% from 516); Green value is 105 (41.41% from 255 or 20.35% from 516); Blue value is 200 (78.52% from 255 or 38.76% from 516); Max value from RGB is 211 - color contains mainly: red. Hex color #D369C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D369C8 is #2C9637. Grayscale: #939393. Windows color (decimal): -2922040 or 13134291. OLE color: 13134291.

HSL color Cylindrical-coordinate representation of color #D369C8: hue angle of 306.23º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D369C8 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB211105200-
CMYK00.500.050.17
HSL306.23º54.64%61.96%-
HSV(B)306.23º50.24%82.75%-
XYZ42.3428.1257.84-
YUV147.52157.62173.28-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.89%
GREEN value IS 105 (41.41% from 255) = 20.35%
BLUE value IS 200 (78.52% from 255) = 38.76%
R=40.89%
G=20.35%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110520000.500.050.17306.2354.6461.96
HexD369C8032511132373e
Octal3231513100625214626776
Binary11010011110100111001000011001010110001100110010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D369C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D369C8; }

 p { color: rgb(211,105,200); }

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

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

 a { background-color: rgb(211,105,200); }

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

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

 span { border-color: rgb(211,105,200); }

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