#C675FB

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

Shades of Heliotrope #C675FB

Tints of Heliotrope #C675FB

Color information

#C675FB (or 0xC675FB) is unknown color: approx Heliotrope. HEX triplet: C6, 75 and FB. RGB value is (198,117,251). Sum of RGB (Red+Green+Blue) = 198+117+251=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 117 (46.09% from 255 or 20.67% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #C675FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C675FB is #398A04. Grayscale: #9C9C9C. Windows color (decimal): -3770885 or 16479686. OLE color: 16479686.

HSL color Cylindrical-coordinate representation of color #C675FB: hue angle of 276.27º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C675FB is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB198117251-
CMYK0.210.5300.02
HSL276.27º94.37%72.16%-
HSV(B)276.27º53.39%98.43%-
XYZ47.0631.6994.9-
YUV156.5181.34157.6-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.98%
GREEN value IS 117 (46.09% from 255) = 20.67%
BLUE value IS 251 (98.44% from 255) = 44.35%
R=34.98%
G=20.67%
B=44.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1981172510.210.5300.02276.2794.3772.16
HexC675FB1535021145e48
Octal306165373256502424136110
Binary110001101110101111110111010111010101010001010010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C675FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C675FB; }

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

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

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

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

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

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

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

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