#C68CFF

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

Shades of Heliotrope #C68CFF

Tints of Heliotrope #C68CFF

Color information

#C68CFF (or 0xC68CFF) is unknown color: approx Heliotrope. HEX triplet: C6, 8C and FF. RGB value is (198,140,255). Sum of RGB (Red+Green+Blue) = 198+140+255=593 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.39% from 593); Green value is 140 (55.08% from 255 or 23.61% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #C68CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68CFF is #397300. Grayscale: #AAAAAA. Windows color (decimal): -3764993 or 16747718. OLE color: 16747718.

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

Color convert

RGB198140255-
CMYK0.220.4500
HSL270.26º100%77.45%-
HSV(B)270.26º45.1%100%-
XYZ50.7237.9899.27-
YUV170.45175.72147.65-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.39%
GREEN value IS 140 (55.08% from 255) = 23.61%
BLUE value IS 255 (100% from 255) = 43.00%
R=33.39%
G=23.61%
B=43.00%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1981402550.220.4500270.2610077.45
HexC68CFF162D0010e644d
Octal306214377265500416144115
Binary110001101000110011111111101101011010010000111011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68CFF; }

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

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

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

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

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

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

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

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