#C379D0

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

Shades of Orchid #C379D0

Tints of Orchid #C379D0

Color information

#C379D0 (or 0xC379D0) is unknown color: approx Orchid. HEX triplet: C3, 79 and D0. RGB value is (195,121,208). Sum of RGB (Red+Green+Blue) = 195+121+208=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 121 (47.66% from 255 or 23.09% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 208 - color contains mainly: blue. Hex color #C379D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C379D0 is #3C862F. Grayscale: #989898. Windows color (decimal): -3966512 or 13662659. OLE color: 13662659.

HSL color Cylindrical-coordinate representation of color #C379D0: hue angle of 291.03º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C379D0 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB195121208-
CMYK0.060.4200.18
HSL291.03º48.07%64.51%-
HSV(B)291.03º41.83%81.57%-
XYZ40.7329.8363.29-
YUV153.04159.02157.93-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.21%
GREEN value IS 121 (47.66% from 255) = 23.09%
BLUE value IS 208 (81.64% from 255) = 39.69%
R=37.21%
G=23.09%
B=39.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1951212080.060.4200.18291.0348.0764.51
HexC379D062A0121233041
Octal30317132065202244360101
Binary110000111111001110100001101010100100101001000111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C379D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C379D0; }

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

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

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

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

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

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

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

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