#C673E0

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

Shades of Orchid #C673E0

Tints of Orchid #C673E0

Color information

#C673E0 (or 0xC673E0) is unknown color: approx Orchid. HEX triplet: C6, 73 and E0. RGB value is (198,115,224). Sum of RGB (Red+Green+Blue) = 198+115+224=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 115 (45.31% from 255 or 21.42% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 224 - color contains mainly: blue. Hex color #C673E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C673E0 is #398C1F. Grayscale: #979797. Windows color (decimal): -3771424 or 14709702. OLE color: 14709702.

HSL color Cylindrical-coordinate representation of color #C673E0: hue angle of 285.69º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C673E0 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB198115224-
CMYK0.120.4900.12
HSL285.69º63.74%66.47%-
HSV(B)285.69º48.66%87.84%-
XYZ42.8729.6573.98-
YUV152.24168.5160.64-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.87%
GREEN value IS 115 (45.31% from 255) = 21.42%
BLUE value IS 224 (87.89% from 255) = 41.71%
R=36.87%
G=21.42%
B=41.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1981152240.120.4900.12285.6963.7466.47
HexC673E0C310C11e4042
Octal3061633401461014436100102
Binary1100011011100111110000011001100010110010001111010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C673E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C673E0; }

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

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

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

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

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

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

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

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