#C67CFB

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

Shades of Heliotrope #C67CFB

Tints of Heliotrope #C67CFB

Color information

#C67CFB (or 0xC67CFB) is unknown color: approx Heliotrope. HEX triplet: C6, 7C and FB. RGB value is (198,124,251). Sum of RGB (Red+Green+Blue) = 198+124+251=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 124 (48.83% from 255 or 21.64% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #C67CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67CFB is #398304. Grayscale: #A0A0A0. Windows color (decimal): -3769093 or 16481478. OLE color: 16481478.

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

Color convert

RGB198124251-
CMYK0.210.5100.02
HSL274.96º94.07%73.53%-
HSV(B)274.96º50.6%98.43%-
XYZ47.9133.3995.19-
YUV160.6179.02154.67-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.55%
GREEN value IS 124 (48.83% from 255) = 21.64%
BLUE value IS 251 (98.44% from 255) = 43.80%
R=34.55%
G=21.64%
B=43.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1981242510.210.5100.02274.9694.0773.53
HexC67CFB1533021135e4a
Octal306174373256302423136112
Binary110001101111100111110111010111001101010001001110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67CFB; }

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

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

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

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

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

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

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

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