#C475C3

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

Shades of Orchid #C475C3

Tints of Orchid #C475C3

Color information

#C475C3 (or 0xC475C3) is unknown color: approx Orchid. HEX triplet: C4, 75 and C3. RGB value is (196,117,195). Sum of RGB (Red+Green+Blue) = 196+117+195=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 117 (46.09% from 255 or 23.03% from 508); Blue value is 195 (76.56% from 255 or 38.39% from 508); Max value from RGB is 196 - color contains mainly: red. Hex color #C475C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C475C3 is #3B8A3C. Grayscale: #959595. Windows color (decimal): -3902013 or 12809668. OLE color: 12809668.

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

Color convert

RGB196117195-
CMYK00.400.010.23
HSL300.76º40.1%61.37%-
HSV(B)300.76º40.31%76.86%-
XYZ38.9828.455.06-
YUV149.51153.67161.16-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.58%
GREEN value IS 117 (46.09% from 255) = 23.03%
BLUE value IS 195 (76.56% from 255) = 38.39%
R=38.58%
G=23.03%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611719500.400.010.23300.7640.161.37
HexC475C302811712d283d
Octal3041653030501274555075
Binary110001001110101110000110101000110111100101101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C475C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C475C3; }

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

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

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

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

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

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

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

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