#C475DC

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

Shades of Orchid #C475DC

Tints of Orchid #C475DC

Color information

#C475DC (or 0xC475DC) is unknown color: approx Orchid. HEX triplet: C4, 75 and DC. RGB value is (196,117,220). Sum of RGB (Red+Green+Blue) = 196+117+220=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #C475DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C475DC is #3B8A23. Grayscale: #989898. Windows color (decimal): -3901988 or 14448068. OLE color: 14448068.

HSL color Cylindrical-coordinate representation of color #C475DC: hue angle of 286.02º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C475DC is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB196117220-
CMYK0.110.4700.14
HSL286.02º59.54%66.08%-
HSV(B)286.02º46.82%86.27%-
XYZ42.0429.6371.21-
YUV152.36166.17159.12-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.77%
GREEN value IS 117 (46.09% from 255) = 21.95%
BLUE value IS 220 (86.33% from 255) = 41.28%
R=36.77%
G=21.95%
B=41.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1961172200.110.4700.14286.0259.5466.08
HexC475DCB2F0E11e3c42
Octal304165334135701643674102
Binary110001001110101110111001011101111011101000111101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C475DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C475DC; }

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

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

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

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

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

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

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

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