#C67FFA

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

Shades of Heliotrope #C67FFA

Tints of Heliotrope #C67FFA

Color information

#C67FFA (or 0xC67FFA) is unknown color: approx Heliotrope. HEX triplet: C6, 7F and FA. RGB value is (198,127,250). Sum of RGB (Red+Green+Blue) = 198+127+250=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 127 (50% from 255 or 22.09% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #C67FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67FFA is #398005. Grayscale: #A1A1A1. Windows color (decimal): -3768326 or 16416710. OLE color: 16416710.

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

Color convert

RGB198127250-
CMYK0.210.4900.02
HSL274.63º92.48%73.92%-
HSV(B)274.63º49.2%98.04%-
XYZ48.1334.0994.48-
YUV162.25177.52153.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.43%
GREEN value IS 127 (50% from 255) = 22.09%
BLUE value IS 250 (98.05% from 255) = 43.48%
R=34.43%
G=22.09%
B=43.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1981272500.210.4900.02274.6392.4873.92
HexC67FFA1531021135c4a
Octal306177372256102423134112
Binary110001101111111111110101010111000101010001001110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67FFA; }

 p { color: rgb(198,127,250); }

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

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

 a { background-color: rgb(198,127,250); }

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

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

 span { border-color: rgb(198,127,250); }

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