#C373D3

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

Shades of Orchid #C373D3

Tints of Orchid #C373D3

Color information

#C373D3 (or 0xC373D3) is unknown color: approx Orchid. HEX triplet: C3, 73 and D3. RGB value is (195,115,211). Sum of RGB (Red+Green+Blue) = 195+115+211=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 115 (45.31% from 255 or 22.07% from 521); Blue value is 211 (82.81% from 255 or 40.50% from 521); Max value from RGB is 211 - color contains mainly: blue. Hex color #C373D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C373D3 is #3C8C2C. Grayscale: #959595. Windows color (decimal): -3968045 or 13857731. OLE color: 13857731.

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

Color convert

RGB195115211-
CMYK0.080.4500.17
HSL290º52.17%63.92%-
HSV(B)290º45.5%82.75%-
XYZ40.3928.5765.01-
YUV149.86162.5160.19-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.43%
GREEN value IS 115 (45.31% from 255) = 22.07%
BLUE value IS 211 (82.81% from 255) = 40.50%
R=37.43%
G=22.07%
B=40.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1951152110.080.4500.1729052.1763.92
HexC373D382D0111223440
Octal303163323105502144264100
Binary1100001111100111101001110001011010100011001000101101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C373D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C373D3; }

 p { color: rgb(195,115,211); }

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

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

 a { background-color: rgb(195,115,211); }

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

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

 span { border-color: rgb(195,115,211); }

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