#C777C2

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

Shades of Orchid #C777C2

Tints of Orchid #C777C2

Color information

#C777C2 (or 0xC777C2) is unknown color: approx Orchid. HEX triplet: C7, 77 and C2. RGB value is (199,119,194). Sum of RGB (Red+Green+Blue) = 199+119+194=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 199 - color contains mainly: red. Hex color #C777C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C777C2 is #38883D. Grayscale: #979797. Windows color (decimal): -3704894 or 12744647. OLE color: 12744647.

HSL color Cylindrical-coordinate representation of color #C777C2: hue angle of 303.75º 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 #C777C2 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB199119194-
CMYK00.400.030.22
HSL303.75º41.67%62.35%-
HSV(B)303.75º40.2%78.04%-
XYZ39.8929.2354.58-
YUV151.47152161.9-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.87%
GREEN value IS 119 (46.88% from 255) = 23.24%
BLUE value IS 194 (76.17% from 255) = 37.89%
R=38.87%
G=23.24%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911919400.400.030.22303.7541.6762.35
HexC777C20283161302a3e
Octal3071673020503264605276
Binary1100011111101111100001001010001110110100110000101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C777C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C777C2; }

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

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

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

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

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

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

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

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