#C377C0

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

Shades of Orchid #C377C0

Tints of Orchid #C377C0

Color information

#C377C0 (or 0xC377C0) is unknown color: approx Orchid. HEX triplet: C3, 77 and C0. RGB value is (195,119,192). Sum of RGB (Red+Green+Blue) = 195+119+192=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 195 - color contains mainly: red. Hex color #C377C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C377C0 is #3C883F. Grayscale: #959595. Windows color (decimal): -3967040 or 12613571. OLE color: 12613571.

HSL color Cylindrical-coordinate representation of color #C377C0: hue angle of 302.37º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C377C0 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB195119192-
CMYK00.390.020.24
HSL302.37º38.78%61.57%-
HSV(B)302.37º38.97%76.47%-
XYZ38.6228.653.35-
YUV150.05151.68160.06-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.54%
GREEN value IS 119 (46.88% from 255) = 23.52%
BLUE value IS 192 (75.39% from 255) = 37.94%
R=38.54%
G=23.52%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511919200.390.020.24302.3738.7861.57
HexC377C002721812e273e
Octal3031673000472304564776
Binary1100001111101111100000001001111011000100101110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C377C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C377C0; }

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

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

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

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

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

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

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

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