#C37CBF

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

Shades of Orchid #C37CBF

Tints of Orchid #C37CBF

Color information

#C37CBF (or 0xC37CBF) is unknown color: approx Orchid. HEX triplet: C3, 7C and BF. RGB value is (195,124,191). Sum of RGB (Red+Green+Blue) = 195+124+191=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 195 - color contains mainly: red. Hex color #C37CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37CBF is #3C8340. Grayscale: #989898. Windows color (decimal): -3965761 or 12549315. OLE color: 12549315.

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

Color convert

RGB195124191-
CMYK00.360.020.24
HSL303.38º37.17%62.55%-
HSV(B)303.38º36.41%76.47%-
XYZ39.1229.7852.98-
YUV152.87149.52158.05-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.24%
GREEN value IS 124 (48.83% from 255) = 24.31%
BLUE value IS 191 (75% from 255) = 37.45%
R=38.24%
G=24.31%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512419100.360.020.24303.3837.1762.55
HexC37CBF02421812f253f
Octal3031742770442304574577
Binary1100001111111001011111101001001011000100101111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37CBF; }

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

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

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

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

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

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

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

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