#C471C3

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

Shades of Orchid #C471C3

Tints of Orchid #C471C3

Color information

#C471C3 (or 0xC471C3) is unknown color: approx Orchid. HEX triplet: C4, 71 and C3. RGB value is (196,113,195). Sum of RGB (Red+Green+Blue) = 196+113+195=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 195 (76.56% from 255 or 38.69% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C471C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C471C3 is #3B8E3C. Grayscale: #929292. Windows color (decimal): -3903037 or 12808644. OLE color: 12808644.

HSL color Cylindrical-coordinate representation of color #C471C3: hue angle of 300.72º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C471C3 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB196113195-
CMYK00.420.010.23
HSL300.72º41.29%60.59%-
HSV(B)300.72º42.35%76.86%-
XYZ38.5227.4954.9-
YUV147.16155162.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.89%
GREEN value IS 113 (44.53% from 255) = 22.42%
BLUE value IS 195 (76.56% from 255) = 38.69%
R=38.89%
G=22.42%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611319500.420.010.23300.7241.2960.59
HexC471C302A11712d293d
Octal3041613030521274555175
Binary110001001110001110000110101010110111100101101101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C471C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C471C3; }

 p { color: rgb(196,113,195); }

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

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

 a { background-color: rgb(196,113,195); }

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

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

 span { border-color: rgb(196,113,195); }

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