#C376D5

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

Shades of Orchid #C376D5

Tints of Orchid #C376D5

Color information

#C376D5 (or 0xC376D5) is unknown color: approx Orchid. HEX triplet: C3, 76 and D5. RGB value is (195,118,213). Sum of RGB (Red+Green+Blue) = 195+118+213=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 118 (46.48% from 255 or 22.43% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 213 - color contains mainly: blue. Hex color #C376D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C376D5 is #3C892A. Grayscale: #979797. Windows color (decimal): -3967275 or 13989571. OLE color: 13989571.

HSL color Cylindrical-coordinate representation of color #C376D5: hue angle of 288.63º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C376D5 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB195118213-
CMYK0.080.4500.16
HSL288.63º53.07%64.9%-
HSV(B)288.63º44.6%83.53%-
XYZ40.9929.3666.46-
YUV151.85162.51158.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.07%
GREEN value IS 118 (46.48% from 255) = 22.43%
BLUE value IS 213 (83.59% from 255) = 40.49%
R=37.07%
G=22.43%
B=40.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1951182130.080.4500.16288.6353.0764.9
HexC376D582D0101213541
Octal303166325105502044165101
Binary1100001111101101101010110001011010100001001000011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C376D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C376D5; }

 p { color: rgb(195,118,213); }

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

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

 a { background-color: rgb(195,118,213); }

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

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

 span { border-color: rgb(195,118,213); }

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