#C67AF5

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

Shades of Heliotrope #C67AF5

Tints of Heliotrope #C67AF5

Color information

#C67AF5 (or 0xC67AF5) is unknown color: approx Heliotrope. HEX triplet: C6, 7A and F5. RGB value is (198,122,245). Sum of RGB (Red+Green+Blue) = 198+122+245=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 122 (48.05% from 255 or 21.59% from 565); Blue value is 245 (96.09% from 255 or 43.36% from 565); Max value from RGB is 245 - color contains mainly: blue. Hex color #C67AF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67AF5 is #39850A. Grayscale: #9E9E9E. Windows color (decimal): -3769611 or 16087750. OLE color: 16087750.

HSL color Cylindrical-coordinate representation of color #C67AF5: hue angle of 277.07º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C67AF5 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB198122245-
CMYK0.190.5000.04
HSL277.07º86.01%71.96%-
HSV(B)277.07º50.2%96.08%-
XYZ46.7332.5290.2-
YUV158.75176.68156-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.04%
GREEN value IS 122 (48.05% from 255) = 21.59%
BLUE value IS 245 (96.09% from 255) = 43.36%
R=35.04%
G=21.59%
B=43.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1981222450.190.5000.04277.0786.0171.96
HexC67AF51332041155648
Octal306172365236204425126110
Binary1100011011110101111010110011110010010010001010110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67AF5; }

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

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

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

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

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

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

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

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