#C379D3

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

Shades of Orchid #C379D3

Tints of Orchid #C379D3

Color information

#C379D3 (or 0xC379D3) is unknown color: approx Orchid. HEX triplet: C3, 79 and D3. RGB value is (195,121,211). Sum of RGB (Red+Green+Blue) = 195+121+211=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 121 (47.66% from 255 or 22.96% from 527); Blue value is 211 (82.81% from 255 or 40.04% from 527); Max value from RGB is 211 - color contains mainly: blue. Hex color #C379D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C379D3 is #3C862C. Grayscale: #999999. Windows color (decimal): -3966509 or 13859267. OLE color: 13859267.

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

Color convert

RGB195121211-
CMYK0.080.4300.17
HSL289.33º50.56%65.1%-
HSV(B)289.33º42.65%82.75%-
XYZ41.129.9865.25-
YUV153.39160.52157.68-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.00%
GREEN value IS 121 (47.66% from 255) = 22.96%
BLUE value IS 211 (82.81% from 255) = 40.04%
R=37.00%
G=22.96%
B=40.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1951212110.080.4300.17289.3350.5665.1
HexC379D382B0111213341
Octal303171323105302144163101
Binary1100001111110011101001110001010110100011001000011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C379D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C379D3; }

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

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

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

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

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

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

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

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