#C673C3

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

Shades of Orchid #C673C3

Tints of Orchid #C673C3

Color information

#C673C3 (or 0xC673C3) is unknown color: approx Orchid. HEX triplet: C6, 73 and C3. RGB value is (198,115,195). Sum of RGB (Red+Green+Blue) = 198+115+195=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 195 (76.56% from 255 or 38.39% from 508); Max value from RGB is 198 - color contains mainly: red. Hex color #C673C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C673C3 is #398C3C. Grayscale: #949494. Windows color (decimal): -3771453 or 12809158. OLE color: 12809158.

HSL color Cylindrical-coordinate representation of color #C673C3: hue angle of 302.17º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C673C3 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB198115195-
CMYK00.420.020.22
HSL302.17º42.13%61.37%-
HSV(B)302.17º41.92%77.65%-
XYZ39.2728.2155-
YUV148.94154163-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.98%
GREEN value IS 115 (45.31% from 255) = 22.64%
BLUE value IS 195 (76.56% from 255) = 38.39%
R=38.98%
G=22.64%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811519500.420.020.22302.1742.1361.37
HexC673C302A21612e2a3d
Octal3061633030522264565275
Binary1100011011100111100001101010101010110100101110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C673C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C673C3; }

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

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

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

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

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

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

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

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