#C475CA

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

Shades of Orchid #C475CA

Tints of Orchid #C475CA

Color information

#C475CA (or 0xC475CA) is unknown color: approx Orchid. HEX triplet: C4, 75 and CA. RGB value is (196,117,202). Sum of RGB (Red+Green+Blue) = 196+117+202=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #C475CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C475CA is #3B8A35. Grayscale: #969696. Windows color (decimal): -3902006 or 13268420. OLE color: 13268420.

HSL color Cylindrical-coordinate representation of color #C475CA: hue angle of 295.76º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C475CA is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB196117202-
CMYK0.030.4200.21
HSL295.76º44.5%62.55%-
HSV(B)295.76º42.08%79.22%-
XYZ39.7928.7259.32-
YUV150.31157.17160.59-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.06%
GREEN value IS 117 (46.09% from 255) = 22.72%
BLUE value IS 202 (79.30% from 255) = 39.22%
R=38.06%
G=22.72%
B=39.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1961172020.030.4200.21295.7644.562.55
HexC475CA32A0151282d3f
Octal3041653123520254505577
Binary1100010011101011100101011101010010101100101000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C475CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C475CA; }

 p { color: rgb(196,117,202); }

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

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

 a { background-color: rgb(196,117,202); }

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

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

 span { border-color: rgb(196,117,202); }

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