#C67DF1

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

Shades of Heliotrope #C67DF1

Tints of Heliotrope #C67DF1

Color information

#C67DF1 (or 0xC67DF1) is unknown color: approx Heliotrope. HEX triplet: C6, 7D and F1. RGB value is (198,125,241). Sum of RGB (Red+Green+Blue) = 198+125+241=564 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.11% from 564); Green value is 125 (49.22% from 255 or 22.16% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #C67DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67DF1 is #39820E. Grayscale: #9F9F9F. Windows color (decimal): -3768847 or 15826374. OLE color: 15826374.

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

Color convert

RGB198125241-
CMYK0.180.4800.05
HSL277.76º80.56%71.76%-
HSV(B)277.76º48.13%94.51%-
XYZ46.533.0287.14-
YUV160.05173.68155.07-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.11%
GREEN value IS 125 (49.22% from 255) = 22.16%
BLUE value IS 241 (94.53% from 255) = 42.73%
R=35.11%
G=22.16%
B=42.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1981252410.180.4800.05277.7680.5671.76
HexC67DF11230051165148
Octal306175361226005426121110
Binary1100011011111011111000110010110000010110001011010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67DF1; }

 p { color: rgb(198,125,241); }

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

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

 a { background-color: rgb(198,125,241); }

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

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

 span { border-color: rgb(198,125,241); }

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