#C379CD

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

Shades of Orchid #C379CD

Tints of Orchid #C379CD

Color information

#C379CD (or 0xC379CD) is unknown color: approx Orchid. HEX triplet: C3, 79 and CD. RGB value is (195,121,205). Sum of RGB (Red+Green+Blue) = 195+121+205=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 121 (47.66% from 255 or 23.22% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #C379CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C379CD is #3C8632. Grayscale: #989898. Windows color (decimal): -3966515 or 13466051. OLE color: 13466051.

HSL color Cylindrical-coordinate representation of color #C379CD: hue angle of 292.86º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C379CD is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB195121205-
CMYK0.050.4100.20
HSL292.86º45.65%63.92%-
HSV(B)292.86º40.98%80.39%-
XYZ40.3629.6861.36-
YUV152.7157.52158.17-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.43%
GREEN value IS 121 (47.66% from 255) = 23.22%
BLUE value IS 205 (80.47% from 255) = 39.35%
R=37.43%
G=23.22%
B=39.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951212050.050.4100.20292.8645.6563.92
HexC379CD5290141252e40
Octal30317131555102444556100
Binary110000111111001110011011011010010101001001001011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C379CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C379CD; }

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

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

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

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

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

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

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

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