#C67CF2

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

Shades of Heliotrope #C67CF2

Tints of Heliotrope #C67CF2

Color information

#C67CF2 (or 0xC67CF2) is unknown color: approx Heliotrope. HEX triplet: C6, 7C and F2. RGB value is (198,124,242). Sum of RGB (Red+Green+Blue) = 198+124+242=564 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.11% from 564); Green value is 124 (48.83% from 255 or 21.99% from 564); Blue value is 242 (94.92% from 255 or 42.91% from 564); Max value from RGB is 242 - color contains mainly: blue. Hex color #C67CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67CF2 is #39830D. Grayscale: #9F9F9F. Windows color (decimal): -3769102 or 15891654. OLE color: 15891654.

HSL color Cylindrical-coordinate representation of color #C67CF2: hue angle of 277.63º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C67CF2 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB198124242-
CMYK0.180.4900.05
HSL277.63º81.94%71.76%-
HSV(B)277.63º48.76%94.9%-
XYZ46.5232.8387.89-
YUV159.58174.52155.41-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.11%
GREEN value IS 124 (48.83% from 255) = 21.99%
BLUE value IS 242 (94.92% from 255) = 42.91%
R=35.11%
G=21.99%
B=42.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1981242420.180.4900.05277.6381.9471.76
HexC67CF21231051165248
Octal306174362226105426122110
Binary1100011011111001111001010010110001010110001011010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67CF2; }

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

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

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

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

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

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

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

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