#C675C8

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

Shades of Orchid #C675C8

Tints of Orchid #C675C8

Color information

#C675C8 (or 0xC675C8) is unknown color: approx Orchid. HEX triplet: C6, 75 and C8. RGB value is (198,117,200). Sum of RGB (Red+Green+Blue) = 198+117+200=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 200 (78.52% from 255 or 38.83% from 515); Max value from RGB is 200 - color contains mainly: blue. Hex color #C675C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C675C8 is #398A37. Grayscale: #969696. Windows color (decimal): -3770936 or 13137350. OLE color: 13137350.

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

Color convert

RGB198117200-
CMYK0.010.4200.22
HSL298.55º43.01%62.16%-
HSV(B)298.55º41.5%78.43%-
XYZ40.0828.958.11-
YUV150.68155.84161.75-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.45%
GREEN value IS 117 (46.09% from 255) = 22.72%
BLUE value IS 200 (78.52% from 255) = 38.83%
R=38.45%
G=22.72%
B=38.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981172000.010.4200.22298.5543.0162.16
HexC675C812A01612b2b3e
Octal3061653101520264535376
Binary110001101110101110010001101010010110100101011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C675C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C675C8; }

 p { color: rgb(198,117,200); }

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

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

 a { background-color: rgb(198,117,200); }

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

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

 span { border-color: rgb(198,117,200); }

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