#C177CE

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

Shades of Orchid #C177CE

Tints of Orchid #C177CE

Color information

#C177CE (or 0xC177CE) is unknown color: approx Orchid. HEX triplet: C1, 77 and CE. RGB value is (193,119,206). Sum of RGB (Red+Green+Blue) = 193+119+206=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #C177CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C177CE is #3E8831. Grayscale: #969696. Windows color (decimal): -4098098 or 13531073. OLE color: 13531073.

HSL color Cylindrical-coordinate representation of color #C177CE: hue angle of 291.03º 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 #C177CE is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB193119206-
CMYK0.060.4200.19
HSL291.03º47.03%63.73%-
HSV(B)291.03º42.23%80.78%-
XYZ39.7328.9961.89-
YUV151.04159.02157.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.26%
GREEN value IS 119 (46.88% from 255) = 22.97%
BLUE value IS 206 (80.86% from 255) = 39.77%
R=37.26%
G=22.97%
B=39.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931192060.060.4200.19291.0347.0363.73
HexC177CE62A0131232f40
Octal30116731665202344357100
Binary110000011110111110011101101010100100111001000111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C177CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C177CE; }

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

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

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

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

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

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

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

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