#C379DB

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

Shades of Orchid #C379DB

Tints of Orchid #C379DB

Color information

#C379DB (or 0xC379DB) is unknown color: approx Orchid. HEX triplet: C3, 79 and DB. RGB value is (195,121,219). Sum of RGB (Red+Green+Blue) = 195+121+219=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 121 (47.66% from 255 or 22.62% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #C379DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C379DB is #3C8624. Grayscale: #999999. Windows color (decimal): -3966501 or 14383555. OLE color: 14383555.

HSL color Cylindrical-coordinate representation of color #C379DB: hue angle of 285.31º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C379DB is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB195121219-
CMYK0.110.4500.14
HSL285.31º57.65%66.67%-
HSV(B)285.31º44.75%85.88%-
XYZ42.1330.3970.66-
YUV154.3164.52157.03-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.45%
GREEN value IS 121 (47.66% from 255) = 22.62%
BLUE value IS 219 (85.94% from 255) = 40.93%
R=36.45%
G=22.62%
B=40.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1951212190.110.4500.14285.3157.6566.67
HexC379DBB2D0E11d3a43
Octal303171333135501643572103
Binary110000111111001110110111011101101011101000111011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C379DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C379DB; }

 p { color: rgb(195,121,219); }

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

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

 a { background-color: rgb(195,121,219); }

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

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

 span { border-color: rgb(195,121,219); }

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