#C379DC

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

Shades of Orchid #C379DC

Tints of Orchid #C379DC

Color information

#C379DC (or 0xC379DC) is unknown color: approx Orchid. HEX triplet: C3, 79 and DC. RGB value is (195,121,220). Sum of RGB (Red+Green+Blue) = 195+121+220=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 121 (47.66% from 255 or 22.57% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #C379DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C379DC is #3C8623. Grayscale: #9A9A9A. Windows color (decimal): -3966500 or 14449091. OLE color: 14449091.

HSL color Cylindrical-coordinate representation of color #C379DC: hue angle of 284.85º degrees, saturation: 0.59, 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 #C379DC is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB195121220-
CMYK0.110.4500.14
HSL284.85º58.58%66.86%-
HSV(B)284.85º45%86.27%-
XYZ42.2630.4471.36-
YUV154.41165.02156.95-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.38%
GREEN value IS 121 (47.66% from 255) = 22.57%
BLUE value IS 220 (86.33% from 255) = 41.04%
R=36.38%
G=22.57%
B=41.04%

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
Decimal1951212200.110.4500.14284.8558.5866.86
HexC379DCB2D0E11d3b43
Octal303171334135501643573103
Binary110000111111001110111001011101101011101000111011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C379DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C379DC; }

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

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

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

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

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

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

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

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