#C67AFB

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

Shades of Heliotrope #C67AFB

Tints of Heliotrope #C67AFB

Color information

#C67AFB (or 0xC67AFB) is unknown color: approx Heliotrope. HEX triplet: C6, 7A and FB. RGB value is (198,122,251). Sum of RGB (Red+Green+Blue) = 198+122+251=571 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.68% from 571); Green value is 122 (48.05% from 255 or 21.37% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #C67AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67AFB is #398504. Grayscale: #9E9E9E. Windows color (decimal): -3769605 or 16480966. OLE color: 16480966.

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

Color convert

RGB198122251-
CMYK0.210.5100.02
HSL275.35º94.16%73.14%-
HSV(B)275.35º51.39%98.43%-
XYZ47.6632.8995.1-
YUV159.43179.68155.51-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.68%
GREEN value IS 122 (48.05% from 255) = 21.37%
BLUE value IS 251 (98.44% from 255) = 43.96%
R=34.68%
G=21.37%
B=43.96%

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
Decimal1981222510.210.5100.02275.3594.1673.14
HexC67AFB1533021135e49
Octal306172373256302423136111
Binary110001101111010111110111010111001101010001001110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67AFB; }

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

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

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

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

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

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

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

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