#C379D5

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

Shades of Orchid #C379D5

Tints of Orchid #C379D5

Color information

#C379D5 (or 0xC379D5) is unknown color: approx Orchid. HEX triplet: C3, 79 and D5. RGB value is (195,121,213). Sum of RGB (Red+Green+Blue) = 195+121+213=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 121 (47.66% from 255 or 22.87% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 213 - color contains mainly: blue. Hex color #C379D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C379D5 is #3C862A. Grayscale: #999999. Windows color (decimal): -3966507 or 13990339. OLE color: 13990339.

HSL color Cylindrical-coordinate representation of color #C379D5: hue angle of 288.26º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C379D5 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB195121213-
CMYK0.080.4300.16
HSL288.26º52.27%65.49%-
HSV(B)288.26º43.19%83.53%-
XYZ41.3530.0866.58-
YUV153.61161.52157.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.86%
GREEN value IS 121 (47.66% from 255) = 22.87%
BLUE value IS 213 (83.59% from 255) = 40.26%
R=36.86%
G=22.87%
B=40.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1951212130.080.4300.16288.2652.2765.49
HexC379D582B0101203441
Octal303171325105302044064101
Binary1100001111110011101010110001010110100001001000001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C379D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C379D5; }

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

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

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

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

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

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

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

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