#C277C0

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

Shades of Orchid #C277C0

Tints of Orchid #C277C0

Color information

#C277C0 (or 0xC277C0) is unknown color: approx Orchid. HEX triplet: C2, 77 and C0. RGB value is (194,119,192). Sum of RGB (Red+Green+Blue) = 194+119+192=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 119 (46.88% from 255 or 23.56% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 194 - color contains mainly: red. Hex color #C277C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C277C0 is #3D883F. Grayscale: #959595. Windows color (decimal): -4032576 or 12613570. OLE color: 12613570.

HSL color Cylindrical-coordinate representation of color #C277C0: hue angle of 301.6º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C277C0 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB194119192-
CMYK00.390.010.24
HSL301.6º38.07%61.37%-
HSV(B)301.6º38.66%76.08%-
XYZ38.3628.4753.34-
YUV149.75151.85159.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.42%
GREEN value IS 119 (46.88% from 255) = 23.56%
BLUE value IS 192 (75.39% from 255) = 38.02%
R=38.42%
G=23.56%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411919200.390.010.24301.638.0761.37
HexC277C002711812e263d
Octal3021673000471304564675
Binary110000101110111110000000100111111000100101110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C277C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C277C0; }

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

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

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

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

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

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

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

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