#C371D4

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

Shades of Orchid #C371D4

Tints of Orchid #C371D4

Color information

#C371D4 (or 0xC371D4) is unknown color: approx Orchid. HEX triplet: C3, 71 and D4. RGB value is (195,113,212). Sum of RGB (Red+Green+Blue) = 195+113+212=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 113 (44.53% from 255 or 21.73% from 520); Blue value is 212 (83.20% from 255 or 40.77% from 520); Max value from RGB is 212 - color contains mainly: blue. Hex color #C371D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C371D4 is #3C8E2B. Grayscale: #949494. Windows color (decimal): -3968556 or 13922755. OLE color: 13922755.

HSL color Cylindrical-coordinate representation of color #C371D4: hue angle of 289.7º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C371D4 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB195113212-
CMYK0.080.4700.17
HSL289.7º53.51%63.73%-
HSV(B)289.7º46.7%83.14%-
XYZ40.2928.1765.6-
YUV148.8163.67160.95-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.5%
GREEN value IS 113 (44.53% from 255) = 21.73%
BLUE value IS 212 (83.20% from 255) = 40.77%
R=37.5%
G=21.73%
B=40.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1951132120.080.4700.17289.753.5163.73
HexC371D482F0111223640
Octal303161324105702144266100
Binary1100001111100011101010010001011110100011001000101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C371D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C371D4; }

 p { color: rgb(195,113,212); }

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

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

 a { background-color: rgb(195,113,212); }

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

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

 span { border-color: rgb(195,113,212); }

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