#C37FD1

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

Shades of Orchid #C37FD1

Tints of Orchid #C37FD1

Color information

#C37FD1 (or 0xC37FD1) is unknown color: approx Orchid. HEX triplet: C3, 7F and D1. RGB value is (195,127,209). Sum of RGB (Red+Green+Blue) = 195+127+209=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 209 - color contains mainly: blue. Hex color #C37FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37FD1 is #3C802E. Grayscale: #9C9C9C. Windows color (decimal): -3964975 or 13729731. OLE color: 13729731.

HSL color Cylindrical-coordinate representation of color #C37FD1: hue angle of 289.76º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C37FD1 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB195127209-
CMYK0.070.3900.18
HSL289.76º47.13%65.88%-
HSV(B)289.76º39.23%81.96%-
XYZ41.631.3864.19-
YUV156.68157.53155.33-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.72%
GREEN value IS 127 (50% from 255) = 23.92%
BLUE value IS 209 (82.03% from 255) = 39.36%
R=36.72%
G=23.92%
B=39.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1951272090.070.3900.18289.7647.1365.88
HexC37FD17270121222f42
Octal30317732174702244257102
Binary110000111111111110100011111001110100101001000101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37FD1; }

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

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

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

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

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

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

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

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