#C277CC

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

Shades of Orchid #C277CC

Tints of Orchid #C277CC

Color information

#C277CC (or 0xC277CC) is unknown color: approx Orchid. HEX triplet: C2, 77 and CC. RGB value is (194,119,204). Sum of RGB (Red+Green+Blue) = 194+119+204=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #C277CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C277CC is #3D8833. Grayscale: #969696. Windows color (decimal): -4032564 or 13400002. OLE color: 13400002.

HSL color Cylindrical-coordinate representation of color #C277CC: hue angle of 292.94º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C277CC is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB194119204-
CMYK0.050.4200.2
HSL292.94º45.45%63.33%-
HSV(B)292.94º41.67%80%-
XYZ39.7429.0260.63-
YUV151.12157.85158.59-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.52%
GREEN value IS 119 (46.88% from 255) = 23.02%
BLUE value IS 204 (80.08% from 255) = 39.46%
R=37.52%
G=23.02%
B=39.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1941192040.050.4200.2292.9445.4563.33
HexC277CC52A0141252d3f
Octal3021673145520244455577
Binary11000010111011111001100101101010010100100100101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C277CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C277CC; }

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

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

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

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

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

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

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

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