#C277C1

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

Shades of Orchid #C277C1

Tints of Orchid #C277C1

Color information

#C277C1 (or 0xC277C1) is unknown color: approx Orchid. HEX triplet: C2, 77 and C1. RGB value is (194,119,193). Sum of RGB (Red+Green+Blue) = 194+119+193=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C277C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C277C1 is #3D883E. Grayscale: #959595. Windows color (decimal): -4032575 or 12679106. OLE color: 12679106.

HSL color Cylindrical-coordinate representation of color #C277C1: hue angle of 300.8º 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 #C277C1 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB194119193-
CMYK00.390.010.24
HSL300.8º38.07%61.37%-
HSV(B)300.8º38.66%76.08%-
XYZ38.4728.5153.93-
YUV149.86152.35159.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.34%
GREEN value IS 119 (46.88% from 255) = 23.52%
BLUE value IS 193 (75.78% from 255) = 38.14%
R=38.34%
G=23.52%
B=38.14%

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
Decimal19411919300.390.010.24300.838.0761.37
HexC277C102711812d263d
Octal3021673010471304554675
Binary110000101110111110000010100111111000100101101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C277C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C277C1; }

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

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

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

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

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

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

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

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