#C37FCE

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

Shades of Orchid #C37FCE

Tints of Orchid #C37FCE

Color information

#C37FCE (or 0xC37FCE) is unknown color: approx Orchid. HEX triplet: C3, 7F and CE. RGB value is (195,127,206). Sum of RGB (Red+Green+Blue) = 195+127+206=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 206 - color contains mainly: blue. Hex color #C37FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37FCE is #3C8031. Grayscale: #9C9C9C. Windows color (decimal): -3964978 or 13533123. OLE color: 13533123.

HSL color Cylindrical-coordinate representation of color #C37FCE: hue angle of 291.65º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C37FCE is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB195127206-
CMYK0.050.3800.19
HSL291.65º44.63%65.29%-
HSV(B)291.65º38.35%80.78%-
XYZ41.2431.2462.25-
YUV156.34156.03155.58-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.93%
GREEN value IS 127 (50% from 255) = 24.05%
BLUE value IS 206 (80.86% from 255) = 39.02%
R=36.93%
G=24.05%
B=39.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1951272060.050.3800.19291.6544.6365.29
HexC37FCE5260131242d41
Octal30317731654602344455101
Binary110000111111111110011101011001100100111001001001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37FCE; }

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

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

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

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

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

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

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

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