#C37EBF

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

Shades of Orchid #C37EBF

Tints of Orchid #C37EBF

Color information

#C37EBF (or 0xC37EBF) is unknown color: approx Orchid. HEX triplet: C3, 7E and BF. RGB value is (195,126,191). Sum of RGB (Red+Green+Blue) = 195+126+191=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 126 (49.61% from 255 or 24.61% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 195 - color contains mainly: red. Hex color #C37EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37EBF is #3C8140. Grayscale: #999999. Windows color (decimal): -3965249 or 12549827. OLE color: 12549827.

HSL color Cylindrical-coordinate representation of color #C37EBF: hue angle of 303.48º degrees, saturation: 0.37, 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 #C37EBF is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB195126191-
CMYK00.350.020.24
HSL303.48º36.51%62.94%-
HSV(B)303.48º35.38%76.47%-
XYZ39.3730.2953.06-
YUV154.04148.86157.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.09%
GREEN value IS 126 (49.61% from 255) = 24.61%
BLUE value IS 191 (75% from 255) = 37.30%
R=38.09%
G=24.61%
B=37.30%

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
Decimal19512619100.350.020.24303.4836.5162.94
HexC37EBF02321812f253f
Octal3031762770432304574577
Binary1100001111111101011111101000111011000100101111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37EBF; }

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

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

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

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

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

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

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

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