#C371CD

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

Shades of Orchid #C371CD

Tints of Orchid #C371CD

Color information

#C371CD (or 0xC371CD) is unknown color: approx Orchid. HEX triplet: C3, 71 and CD. RGB value is (195,113,205). Sum of RGB (Red+Green+Blue) = 195+113+205=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #C371CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C371CD is #3C8E32. Grayscale: #939393. Windows color (decimal): -3968563 or 13464003. OLE color: 13464003.

HSL color Cylindrical-coordinate representation of color #C371CD: hue angle of 293.48º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C371CD is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB195113205-
CMYK0.050.4500.20
HSL293.48º47.92%62.35%-
HSV(B)293.48º44.88%80.39%-
XYZ39.4327.8261.05-
YUV148.01160.17161.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.01%
GREEN value IS 113 (44.53% from 255) = 22.03%
BLUE value IS 205 (80.47% from 255) = 39.96%
R=38.01%
G=22.03%
B=39.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951132050.050.4500.20293.4847.9262.35
HexC371CD52D014125303e
Octal3031613155550244456076
Binary11000011111000111001101101101101010100100100101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C371CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C371CD; }

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

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

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

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

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

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

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

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