#C37AC1

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

Shades of Orchid #C37AC1

Tints of Orchid #C37AC1

Color information

#C37AC1 (or 0xC37AC1) is unknown color: approx Orchid. HEX triplet: C3, 7A and C1. RGB value is (195,122,193). Sum of RGB (Red+Green+Blue) = 195+122+193=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 122 (48.05% from 255 or 23.92% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 195 - color contains mainly: red. Hex color #C37AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37AC1 is #3C853E. Grayscale: #979797. Windows color (decimal): -3966271 or 12679875. OLE color: 12679875.

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

Color convert

RGB195122193-
CMYK00.370.010.24
HSL301.64º37.82%62.16%-
HSV(B)301.64º37.44%76.47%-
XYZ39.0929.3754.06-
YUV151.92151.18158.73-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.24%
GREEN value IS 122 (48.05% from 255) = 23.92%
BLUE value IS 193 (75.78% from 255) = 37.84%
R=38.24%
G=23.92%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512219300.370.010.24301.6437.8262.16
HexC37AC102511812e263e
Octal3031723010451304564676
Binary110000111111010110000010100101111000100101110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37AC1; }

 p { color: rgb(195,122,193); }

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

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

 a { background-color: rgb(195,122,193); }

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

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

 span { border-color: rgb(195,122,193); }

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