#C379CC

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

Shades of Orchid #C379CC

Tints of Orchid #C379CC

Color information

#C379CC (or 0xC379CC) is unknown color: approx Orchid. HEX triplet: C3, 79 and CC. RGB value is (195,121,204). Sum of RGB (Red+Green+Blue) = 195+121+204=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 121 (47.66% from 255 or 23.27% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #C379CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C379CC is #3C8633. Grayscale: #989898. Windows color (decimal): -3966516 or 13400515. OLE color: 13400515.

HSL color Cylindrical-coordinate representation of color #C379CC: hue angle of 293.49º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C379CC is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB195121204-
CMYK0.040.4100.2
HSL293.49º44.86%63.73%-
HSV(B)293.49º40.69%80%-
XYZ40.2429.6460.73-
YUV152.59157.02158.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.5%
GREEN value IS 121 (47.66% from 255) = 23.27%
BLUE value IS 204 (80.08% from 255) = 39.23%
R=37.5%
G=23.27%
B=39.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1951212040.040.4100.2293.4944.8663.73
HexC379CC4290141252d40
Octal30317131445102444555100
Binary110000111111001110011001001010010101001001001011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C379CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C379CC; }

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

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

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

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

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

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

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

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