#C37FCA

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

Shades of Orchid #C37FCA

Tints of Orchid #C37FCA

Color information

#C37FCA (or 0xC37FCA) is unknown color: approx Orchid. HEX triplet: C3, 7F and CA. RGB value is (195,127,202). Sum of RGB (Red+Green+Blue) = 195+127+202=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 127 (50% from 255 or 24.24% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #C37FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37FCA is #3C8035. Grayscale: #9B9B9B. Windows color (decimal): -3964982 or 13270979. OLE color: 13270979.

HSL color Cylindrical-coordinate representation of color #C37FCA: hue angle of 294.4º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C37FCA is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB195127202-
CMYK0.030.3700.21
HSL294.4º41.44%64.51%-
HSV(B)294.4º37.13%79.22%-
XYZ40.7631.0559.72-
YUV155.88154.03155.9-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.21%
GREEN value IS 127 (50% from 255) = 24.24%
BLUE value IS 202 (79.30% from 255) = 38.55%
R=37.21%
G=24.24%
B=38.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1951272020.030.3700.21294.441.4464.51
HexC37FCA3250151262941
Octal30317731234502544651101
Binary11000011111111111001010111001010101011001001101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37FCA; }

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

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

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

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

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

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

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

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