#C477CE

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

Shades of Orchid #C477CE

Tints of Orchid #C477CE

Color information

#C477CE (or 0xC477CE) is unknown color: approx Orchid. HEX triplet: C4, 77 and CE. RGB value is (196,119,206). Sum of RGB (Red+Green+Blue) = 196+119+206=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 119 (46.88% from 255 or 22.84% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #C477CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C477CE is #3B8831. Grayscale: #979797. Windows color (decimal): -3901490 or 13531076. OLE color: 13531076.

HSL color Cylindrical-coordinate representation of color #C477CE: hue angle of 293.1º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C477CE is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB196119206-
CMYK0.050.4200.19
HSL293.1º47.03%63.73%-
HSV(B)293.1º42.23%80.78%-
XYZ40.529.3961.93-
YUV151.94158.51159.43-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.62%
GREEN value IS 119 (46.88% from 255) = 22.84%
BLUE value IS 206 (80.86% from 255) = 39.54%
R=37.62%
G=22.84%
B=39.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1961192060.050.4200.19293.147.0363.73
HexC477CE52A0131252f40
Octal30416731655202344557100
Binary110001001110111110011101011010100100111001001011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C477CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C477CE; }

 p { color: rgb(196,119,206); }

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

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

 a { background-color: rgb(196,119,206); }

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

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

 span { border-color: rgb(196,119,206); }

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