#C777C3

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

Shades of Orchid #C777C3

Tints of Orchid #C777C3

Color information

#C777C3 (or 0xC777C3) is unknown color: approx Orchid. HEX triplet: C7, 77 and C3. RGB value is (199,119,195). Sum of RGB (Red+Green+Blue) = 199+119+195=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 195 (76.56% from 255 or 38.01% from 513); Max value from RGB is 199 - color contains mainly: red. Hex color #C777C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C777C3 is #38883C. Grayscale: #979797. Windows color (decimal): -3704893 or 12810183. OLE color: 12810183.

HSL color Cylindrical-coordinate representation of color #C777C3: hue angle of 303º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C777C3 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB199119195-
CMYK00.400.020.22
HSL303º41.67%62.35%-
HSV(B)303º40.2%78.04%-
XYZ4029.2855.17-
YUV151.58152.5161.82-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.79%
GREEN value IS 119 (46.88% from 255) = 23.20%
BLUE value IS 195 (76.56% from 255) = 38.01%
R=38.79%
G=23.20%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911919500.400.020.2230341.6762.35
HexC777C302821612f2a3e
Octal3071673030502264575276
Binary1100011111101111100001101010001010110100101111101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C777C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C777C3; }

 p { color: rgb(199,119,195); }

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

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

 a { background-color: rgb(199,119,195); }

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

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

 span { border-color: rgb(199,119,195); }

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