#C37FBF

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

Shades of Orchid #C37FBF

Tints of Orchid #C37FBF

Color information

#C37FBF (or 0xC37FBF) is unknown color: approx Orchid. HEX triplet: C3, 7F and BF. RGB value is (195,127,191). Sum of RGB (Red+Green+Blue) = 195+127+191=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 195 - color contains mainly: red. Hex color #C37FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37FBF is #3C8040. Grayscale: #9A9A9A. Windows color (decimal): -3964993 or 12550083. OLE color: 12550083.

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

Color convert

RGB195127191-
CMYK00.350.020.24
HSL303.53º36.17%63.14%-
HSV(B)303.53º34.87%76.47%-
XYZ39.530.5453.1-
YUV154.63148.53156.8-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.01%
GREEN value IS 127 (50% from 255) = 24.76%
BLUE value IS 191 (75% from 255) = 37.23%
R=38.01%
G=24.76%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512719100.350.020.24303.5336.1763.14
HexC37FBF023218130243f
Octal3031772770432304604477
Binary1100001111111111011111101000111011000100110000100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37FBF; }

 p { color: rgb(195,127,191); }

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

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

 a { background-color: rgb(195,127,191); }

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

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

 span { border-color: rgb(195,127,191); }

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