#C377C2

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

Shades of Orchid #C377C2

Tints of Orchid #C377C2

Color information

#C377C2 (or 0xC377C2) is unknown color: approx Orchid. HEX triplet: C3, 77 and C2. RGB value is (195,119,194). Sum of RGB (Red+Green+Blue) = 195+119+194=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 195 - color contains mainly: red. Hex color #C377C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C377C2 is #3C883D. Grayscale: #969696. Windows color (decimal): -3967038 or 12744643. OLE color: 12744643.

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

Color convert

RGB195119194-
CMYK00.390.010.24
HSL300.79º38.78%61.57%-
HSV(B)300.79º38.97%76.47%-
XYZ38.8428.6954.53-
YUV150.27152.68159.9-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.39%
GREEN value IS 119 (46.88% from 255) = 23.43%
BLUE value IS 194 (76.17% from 255) = 38.19%
R=38.39%
G=23.43%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511919400.390.010.24300.7938.7861.57
HexC377C202711812d273e
Octal3031673020471304554776
Binary110000111110111110000100100111111000100101101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C377C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C377C2; }

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

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

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

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

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

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

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

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