#C379DD

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

Shades of Orchid #C379DD

Tints of Orchid #C379DD

Color information

#C379DD (or 0xC379DD) is unknown color: approx Orchid. HEX triplet: C3, 79 and DD. RGB value is (195,121,221). Sum of RGB (Red+Green+Blue) = 195+121+221=537 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.31% from 537); Green value is 121 (47.66% from 255 or 22.53% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #C379DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C379DD is #3C8622. Grayscale: #9A9A9A. Windows color (decimal): -3966499 or 14514627. OLE color: 14514627.

HSL color Cylindrical-coordinate representation of color #C379DD: hue angle of 284.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C379DD is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB195121221-
CMYK0.120.4500.13
HSL284.4º59.52%67.06%-
HSV(B)284.4º45.25%86.67%-
XYZ42.3930.572.06-
YUV154.53165.52156.87-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.31%
GREEN value IS 121 (47.66% from 255) = 22.53%
BLUE value IS 221 (86.72% from 255) = 41.15%
R=36.31%
G=22.53%
B=41.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951212210.120.4500.13284.459.5267.06
HexC379DDC2D0D11c3c43
Octal303171335145501543474103
Binary110000111111001110111011100101101011011000111001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C379DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C379DD; }

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

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

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

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

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

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

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

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