#C77CC3

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

Shades of Orchid #C77CC3

Tints of Orchid #C77CC3

Color information

#C77CC3 (or 0xC77CC3) is unknown color: approx Orchid. HEX triplet: C7, 7C and C3. RGB value is (199,124,195). Sum of RGB (Red+Green+Blue) = 199+124+195=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 124 (48.83% from 255 or 23.94% from 518); Blue value is 195 (76.56% from 255 or 37.64% from 518); Max value from RGB is 199 - color contains mainly: red. Hex color #C77CC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77CC3 is #38833C. Grayscale: #9A9A9A. Windows color (decimal): -3703613 or 12811463. OLE color: 12811463.

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

Color convert

RGB199124195-
CMYK00.380.020.22
HSL303.2º40.11%63.33%-
HSV(B)303.2º37.69%78.04%-
XYZ40.6130.555.38-
YUV154.52150.85159.73-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.42%
GREEN value IS 124 (48.83% from 255) = 23.94%
BLUE value IS 195 (76.56% from 255) = 37.64%
R=38.42%
G=23.94%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912419500.380.020.22303.240.1163.33
HexC77CC302621612f283f
Octal3071743030462264575077
Binary1100011111111001100001101001101010110100101111101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77CC3; }

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

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

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

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

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

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

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

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