#C379D7

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

Shades of Orchid #C379D7

Tints of Orchid #C379D7

Color information

#C379D7 (or 0xC379D7) is unknown color: approx Orchid. HEX triplet: C3, 79 and D7. RGB value is (195,121,215). Sum of RGB (Red+Green+Blue) = 195+121+215=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 121 (47.66% from 255 or 22.79% from 531); Blue value is 215 (84.38% from 255 or 40.49% from 531); Max value from RGB is 215 - color contains mainly: blue. Hex color #C379D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C379D7 is #3C8628. Grayscale: #999999. Windows color (decimal): -3966505 or 14121411. OLE color: 14121411.

HSL color Cylindrical-coordinate representation of color #C379D7: hue angle of 287.23º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C379D7 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB195121215-
CMYK0.090.4400.16
HSL287.23º54.02%65.88%-
HSV(B)287.23º43.72%84.31%-
XYZ41.6130.1867.92-
YUV153.84162.52157.36-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.72%
GREEN value IS 121 (47.66% from 255) = 22.79%
BLUE value IS 215 (84.38% from 255) = 40.49%
R=36.72%
G=22.79%
B=40.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1951212150.090.4400.16287.2354.0265.88
HexC379D792C01011f3642
Octal303171327115402043766102
Binary1100001111110011101011110011011000100001000111111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C379D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C379D7; }

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

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

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

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

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

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

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

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