#C77DC3

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

Shades of Orchid #C77DC3

Tints of Orchid #C77DC3

Color information

#C77DC3 (or 0xC77DC3) is unknown color: approx Orchid. HEX triplet: C7, 7D and C3. RGB value is (199,125,195). Sum of RGB (Red+Green+Blue) = 199+125+195=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 195 (76.56% from 255 or 37.57% from 519); Max value from RGB is 199 - color contains mainly: red. Hex color #C77DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77DC3 is #38823C. Grayscale: #9A9A9A. Windows color (decimal): -3703357 or 12811719. OLE color: 12811719.

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

Color convert

RGB199125195-
CMYK00.370.020.22
HSL303.24º39.78%63.53%-
HSV(B)303.24º37.19%78.04%-
XYZ40.7430.7555.42-
YUV155.11150.52159.31-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.34%
GREEN value IS 125 (49.22% from 255) = 24.08%
BLUE value IS 195 (76.56% from 255) = 37.57%
R=38.34%
G=24.08%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912519500.370.020.22303.2439.7863.53
HexC77DC302521612f2840
Octal30717530304522645750100
Binary11000111111110111000011010010110101101001011111010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77DC3; }

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

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

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

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

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

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

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

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