#C68DFF

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

Shades of Heliotrope #C68DFF

Tints of Heliotrope #C68DFF

Color information

#C68DFF (or 0xC68DFF) is unknown color: approx Heliotrope. HEX triplet: C6, 8D and FF. RGB value is (198,141,255). Sum of RGB (Red+Green+Blue) = 198+141+255=594 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.33% from 594); Green value is 141 (55.47% from 255 or 23.74% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #C68DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68DFF is #397200. Grayscale: #AAAAAA. Windows color (decimal): -3764737 or 16747974. OLE color: 16747974.

HSL color Cylindrical-coordinate representation of color #C68DFF: hue angle of 270º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C68DFF is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB198141255-
CMYK0.220.4500
HSL270º100%77.65%-
HSV(B)270º44.71%100%-
XYZ50.8638.2899.31-
YUV171.04175.38147.23-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.33%
GREEN value IS 141 (55.47% from 255) = 23.74%
BLUE value IS 255 (100% from 255) = 42.93%
R=33.33%
G=23.74%
B=42.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1981412550.220.450027010077.65
HexC68DFF162D0010e644e
Octal306215377265500416144116
Binary110001101000110111111111101101011010010000111011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68DFF; }

 p { color: rgb(198,141,255); }

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

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

 a { background-color: rgb(198,141,255); }

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

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

 span { border-color: rgb(198,141,255); }

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