#C37EC0

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

Shades of Orchid #C37EC0

Tints of Orchid #C37EC0

Color information

#C37EC0 (or 0xC37EC0) is unknown color: approx Orchid. HEX triplet: C3, 7E and C0. RGB value is (195,126,192). Sum of RGB (Red+Green+Blue) = 195+126+192=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 126 (49.61% from 255 or 24.56% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 195 - color contains mainly: red. Hex color #C37EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37EC0 is #3C813F. Grayscale: #999999. Windows color (decimal): -3965248 or 12615363. OLE color: 12615363.

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

Color convert

RGB195126192-
CMYK00.350.020.24
HSL302.61º36.51%62.94%-
HSV(B)302.61º35.38%76.47%-
XYZ39.4830.3353.64-
YUV154.16149.36157.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.01%
GREEN value IS 126 (49.61% from 255) = 24.56%
BLUE value IS 192 (75.39% from 255) = 37.43%
R=38.01%
G=24.56%
B=37.43%

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
Decimal19512619200.350.020.24302.6136.5162.94
HexC37EC002321812f253f
Octal3031763000432304574577
Binary1100001111111101100000001000111011000100101111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37EC0; }

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

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

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

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

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

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

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

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