#C673C4

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

Shades of Orchid #C673C4

Tints of Orchid #C673C4

Color information

#C673C4 (or 0xC673C4) is unknown color: approx Orchid. HEX triplet: C6, 73 and C4. RGB value is (198,115,196). Sum of RGB (Red+Green+Blue) = 198+115+196=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 198 - color contains mainly: red. Hex color #C673C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C673C4 is #398C3B. Grayscale: #949494. Windows color (decimal): -3771452 or 12874694. OLE color: 12874694.

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

Color convert

RGB198115196-
CMYK00.420.010.22
HSL301.45º42.13%61.37%-
HSV(B)301.45º41.92%77.65%-
XYZ39.3828.2555.6-
YUV149.05154.5162.91-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.90%
GREEN value IS 115 (45.31% from 255) = 22.59%
BLUE value IS 196 (76.95% from 255) = 38.51%
R=38.90%
G=22.59%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811519600.420.010.22301.4542.1361.37
HexC673C402A11612d2a3d
Octal3061633040521264555275
Binary110001101110011110001000101010110110100101101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C673C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C673C4; }

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

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

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

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

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

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

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

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