#C673C2

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

Shades of Orchid #C673C2

Tints of Orchid #C673C2

Color information

#C673C2 (or 0xC673C2) is unknown color: approx Orchid. HEX triplet: C6, 73 and C2. RGB value is (198,115,194). Sum of RGB (Red+Green+Blue) = 198+115+194=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 194 (76.17% from 255 or 38.26% from 507); Max value from RGB is 198 - color contains mainly: red. Hex color #C673C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C673C2 is #398C3D. Grayscale: #949494. Windows color (decimal): -3771454 or 12743622. OLE color: 12743622.

HSL color Cylindrical-coordinate representation of color #C673C2: hue angle of 302.89º 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 #C673C2 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB198115194-
CMYK00.420.020.22
HSL302.89º42.13%61.37%-
HSV(B)302.89º41.92%77.65%-
XYZ39.1628.1654.41-
YUV148.82153.5163.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.05%
GREEN value IS 115 (45.31% from 255) = 22.68%
BLUE value IS 194 (76.17% from 255) = 38.26%
R=39.05%
G=22.68%
B=38.26%

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
Decimal19811519400.420.020.22302.8942.1361.37
HexC673C202A21612f2a3d
Octal3061633020522264575275
Binary1100011011100111100001001010101010110100101111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C673C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C673C2; }

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

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

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

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

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

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

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

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