#C377BB

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

Shades of Orchid #C377BB

Tints of Orchid #C377BB

Color information

#C377BB (or 0xC377BB) is unknown color: approx Orchid. HEX triplet: C3, 77 and BB. RGB value is (195,119,187). Sum of RGB (Red+Green+Blue) = 195+119+187=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 119 (46.88% from 255 or 23.75% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C377BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C377BB is #3C8844. Grayscale: #959595. Windows color (decimal): -3967045 or 12285891. OLE color: 12285891.

HSL color Cylindrical-coordinate representation of color #C377BB: hue angle of 306.32º 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 #C377BB is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB195119187-
CMYK00.390.040.24
HSL306.32º38.78%61.57%-
HSV(B)306.32º38.97%76.47%-
XYZ38.0728.3850.49-
YUV149.48149.18160.47-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.92%
GREEN value IS 119 (46.88% from 255) = 23.75%
BLUE value IS 187 (73.44% from 255) = 37.33%
R=38.92%
G=23.75%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511918700.390.040.24306.3238.7861.57
HexC377BB027418132273e
Octal3031672730474304624776
Binary11000011111011110111011010011110011000100110010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C377BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C377BB; }

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

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

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

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

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

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

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

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