#C377CC

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

Shades of Orchid #C377CC

Tints of Orchid #C377CC

Color information

#C377CC (or 0xC377CC) is unknown color: approx Orchid. HEX triplet: C3, 77 and CC. RGB value is (195,119,204). Sum of RGB (Red+Green+Blue) = 195+119+204=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #C377CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C377CC is #3C8833. Grayscale: #979797. Windows color (decimal): -3967028 or 13400003. OLE color: 13400003.

HSL color Cylindrical-coordinate representation of color #C377CC: hue angle of 293.65º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C377CC is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB195119204-
CMYK0.040.4200.2
HSL293.65º45.45%63.33%-
HSV(B)293.65º41.67%80%-
XYZ4029.1660.65-
YUV151.41157.68159.09-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.64%
GREEN value IS 119 (46.88% from 255) = 22.97%
BLUE value IS 204 (80.08% from 255) = 39.38%
R=37.64%
G=22.97%
B=39.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1951192040.040.4200.2293.6545.4563.33
HexC377CC42A0141262d3f
Octal3031673144520244465577
Binary11000011111011111001100100101010010100100100110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C377CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C377CC; }

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

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

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

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

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

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

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

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