#C277CE

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

Shades of Orchid #C277CE

Tints of Orchid #C277CE

Color information

#C277CE (or 0xC277CE) is unknown color: approx Orchid. HEX triplet: C2, 77 and CE. RGB value is (194,119,206). Sum of RGB (Red+Green+Blue) = 194+119+206=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 119 (46.88% from 255 or 22.93% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #C277CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C277CE is #3D8831. Grayscale: #979797. Windows color (decimal): -4032562 or 13531074. OLE color: 13531074.

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

Color convert

RGB194119206-
CMYK0.060.4200.19
HSL291.72º47.03%63.73%-
HSV(B)291.72º42.23%80.78%-
XYZ39.9929.1261.91-
YUV151.34158.85158.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.38%
GREEN value IS 119 (46.88% from 255) = 22.93%
BLUE value IS 206 (80.86% from 255) = 39.69%
R=37.38%
G=22.93%
B=39.69%

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
Decimal1941192060.060.4200.19291.7247.0363.73
HexC277CE62A0131242f40
Octal30216731665202344457100
Binary110000101110111110011101101010100100111001001001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C277CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C277CE; }

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

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

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

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

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

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

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

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