#C475C0

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

Shades of Orchid #C475C0

Tints of Orchid #C475C0

Color information

#C475C0 (or 0xC475C0) is unknown color: approx Orchid. HEX triplet: C4, 75 and C0. RGB value is (196,117,192). Sum of RGB (Red+Green+Blue) = 196+117+192=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 196 - color contains mainly: red. Hex color #C475C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C475C0 is #3B8A3F. Grayscale: #949494. Windows color (decimal): -3902016 or 12613060. OLE color: 12613060.

HSL color Cylindrical-coordinate representation of color #C475C0: hue angle of 303.04º 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 #C475C0 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB196117192-
CMYK00.400.020.23
HSL303.04º40.1%61.37%-
HSV(B)303.04º40.31%76.86%-
XYZ38.6428.2653.29-
YUV149.17152.17161.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.81%
GREEN value IS 117 (46.09% from 255) = 23.17%
BLUE value IS 192 (75.39% from 255) = 38.02%
R=38.81%
G=23.17%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611719200.400.020.23303.0440.161.37
HexC475C002821712f283d
Octal3041653000502274575075
Binary1100010011101011100000001010001010111100101111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C475C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C475C0; }

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

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

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

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

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

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

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

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