#C379BD

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

Shades of Orchid #C379BD

Tints of Orchid #C379BD

Color information

#C379BD (or 0xC379BD) is unknown color: approx Orchid. HEX triplet: C3, 79 and BD. RGB value is (195,121,189). Sum of RGB (Red+Green+Blue) = 195+121+189=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 121 (47.66% from 255 or 23.96% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 195 - color contains mainly: red. Hex color #C379BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C379BD is #3C8642. Grayscale: #969696. Windows color (decimal): -3966531 or 12417475. OLE color: 12417475.

HSL color Cylindrical-coordinate representation of color #C379BD: hue angle of 304.86º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C379BD is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB195121189-
CMYK00.380.030.24
HSL304.86º38.14%61.96%-
HSV(B)304.86º37.95%76.47%-
XYZ38.5328.9551.7-
YUV150.88149.52159.47-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.61%
GREEN value IS 121 (47.66% from 255) = 23.96%
BLUE value IS 189 (74.22% from 255) = 37.43%
R=38.61%
G=23.96%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512118900.380.030.24304.8638.1461.96
HexC379BD026318131263e
Octal3031712750463304614676
Binary1100001111110011011110101001101111000100110001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C379BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C379BD; }

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

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

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

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

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

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

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

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