#C379BC

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

Shades of Orchid #C379BC

Tints of Orchid #C379BC

Color information

#C379BC (or 0xC379BC) is unknown color: approx Orchid. HEX triplet: C3, 79 and BC. RGB value is (195,121,188). Sum of RGB (Red+Green+Blue) = 195+121+188=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 121 (47.66% from 255 or 24.01% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C379BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C379BC is #3C8643. Grayscale: #969696. Windows color (decimal): -3966532 or 12351939. OLE color: 12351939.

HSL color Cylindrical-coordinate representation of color #C379BC: hue angle of 305.68º 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 #C379BC is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB195121188-
CMYK00.380.040.24
HSL305.68º38.14%61.96%-
HSV(B)305.68º37.95%76.47%-
XYZ38.4228.9151.13-
YUV150.76149.02159.55-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.69%
GREEN value IS 121 (47.66% from 255) = 24.01%
BLUE value IS 188 (73.83% from 255) = 37.30%
R=38.69%
G=24.01%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512118800.380.040.24305.6838.1461.96
HexC379BC026418132263e
Octal3031712740464304624676
Binary11000011111100110111100010011010011000100110010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C379BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C379BC; }

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

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

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

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

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

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

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

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