#C475BE

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

Shades of Orchid #C475BE

Tints of Orchid #C475BE

Color information

#C475BE (or 0xC475BE) is unknown color: approx Orchid. HEX triplet: C4, 75 and BE. RGB value is (196,117,190). Sum of RGB (Red+Green+Blue) = 196+117+190=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 196 - color contains mainly: red. Hex color #C475BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C475BE is #3B8A41. Grayscale: #949494. Windows color (decimal): -3902018 or 12481988. OLE color: 12481988.

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

Color convert

RGB196117190-
CMYK00.400.030.23
HSL304.56º40.1%61.37%-
HSV(B)304.56º40.31%76.86%-
XYZ38.4228.1852.13-
YUV148.94151.17161.56-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.97%
GREEN value IS 117 (46.09% from 255) = 23.26%
BLUE value IS 190 (74.61% from 255) = 37.77%
R=38.97%
G=23.26%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611719000.400.030.23304.5640.161.37
HexC475BE028317131283d
Octal3041652760503274615075
Binary1100010011101011011111001010001110111100110001101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C475BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C475BE; }

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

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

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

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

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

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

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

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